HomeSort by relevance Sort by last modified time
    Searched defs:allowDatabase (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/chrome/renderer/
worker_permission_client_proxy.cc 31 bool WorkerPermissionClientProxy::allowDatabase(
content_settings_observer.cc 260 bool ContentSettingsObserver::allowDatabase(const WebString& name,
  /external/chromium_org/content/renderer/shared_worker/
embedded_shared_worker_permission_client_proxy.cc 30 bool EmbeddedSharedWorkerPermissionClientProxy::allowDatabase(
  /external/chromium_org/third_party/WebKit/Source/web/
DatabaseClientImpl.cpp 50 bool DatabaseClientImpl::allowDatabase(ExecutionContext* executionContext, const String& name, const String& displayName, unsigned long estimatedSize)
58 return webFrame->permissionClient()->allowDatabase(name, displayName, estimatedSize);
  /external/chromium_org/third_party/WebKit/public/web/
WebWorkerPermissionClientProxy.h 50 virtual bool allowDatabase(const WebString& name, const WebString& displayName, unsigned long estimatedSize)
WebPermissionClient.h 46 virtual bool allowDatabase(const WebString& name, const WebString& displayName, unsigned long estimatedSize) { return true; }

Completed in 1184 milliseconds