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

  /external/chromium_org/third_party/WebKit/Source/web/
DatabaseClientImpl.cpp 55 bool DatabaseClientImpl::allowDatabase(ExecutionContext* executionContext, const String& name, const String& displayName, unsigned long estimatedSize)
65 return webFrame->permissionClient()->allowDatabase(webFrame, name, displayName, estimatedSize);
71 return webView->permissionClient()->allowDatabase(webFrame, name, displayName, estimatedSize);
74 return WorkerPermissionClient::from(workerGlobalScope)->allowDatabase(name, displayName, estimatedSize);
DatabaseClientImpl.h 45 virtual bool allowDatabase(WebCore::ExecutionContext*, const String& name, const String& displayName, unsigned long estimatedSize) OVERRIDE;
WorkerPermissionClient.cpp 52 bool WorkerPermissionClient::allowDatabase(const WebString& name, const WebString& displayName, unsigned long estimatedSize)
56 return m_proxy->allowDatabase(name, displayName, estimatedSize);
WorkerPermissionClient.h 53 bool allowDatabase(const WebString& name, const WebString& displayName, unsigned long estimatedSize);
  /external/chromium_org/third_party/WebKit/public/web/
WebWorkerPermissionClientProxy.h 46 virtual bool allowDatabase(const WebString& name, const WebString& displayName, unsigned long estimatedSize)
WebPermissionClient.h 47 virtual bool allowDatabase(WebFrame*, const WebString& name, const WebString& displayName, unsigned long estimatedSize) { return true; }
  /external/chromium_org/content/worker/
shared_worker_permission_client_proxy.h 30 virtual bool allowDatabase(const blink::WebString& name,
shared_worker_permission_client_proxy.cc 28 bool SharedWorkerPermissionClientProxy::allowDatabase(
websharedworkerclient_proxy.h 48 virtual bool allowDatabase(blink::WebFrame* frame,
websharedworkerclient_proxy.cc 90 bool WebSharedWorkerClientProxy::allowDatabase(WebFrame* frame,
  /external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
DatabaseClient.h 49 virtual bool allowDatabase(ExecutionContext*, const String& name, const String& displayName, unsigned long estimatedSize) = 0;
DatabaseTracker.cpp 74 bool success = DatabaseClient::from(executionContext)->allowDatabase(executionContext, name, displayName, estimatedSize);
  /external/chromium_org/chrome/renderer/
worker_permission_client_proxy.h 35 virtual bool allowDatabase(const blink::WebString& name,
worker_permission_client_proxy.cc 30 bool WorkerPermissionClientProxy::allowDatabase(
content_settings_observer.h 52 virtual bool allowDatabase(blink::WebFrame* frame,
content_settings_observer.cc 233 bool ContentSettingsObserver::allowDatabase(WebFrame* frame,

Completed in 309 milliseconds