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

  /external/chromium_org/chrome/renderer/
worker_permission_client_proxy.cc 54 bool WorkerPermissionClientProxy::allowIndexedDB(
content_settings_observer.cc 283 bool ContentSettingsObserver::allowIndexedDB(WebFrame* frame,
  /external/chromium_org/content/worker/
shared_worker_permission_client_proxy.cc 50 bool SharedWorkerPermissionClientProxy::allowIndexedDB(
websharedworkerclient_proxy.cc 101 bool WebSharedWorkerClientProxy::allowIndexedDB(const blink::WebString& name) {
  /external/chromium_org/third_party/WebKit/Source/web/
IDBFactoryBackendProxy.cpp 52 bool IDBFactoryBackendProxy::allowIndexedDB(ExecutionContext* context, const String& name)
61 return webFrame->permissionClient()->allowIndexedDB(webFrame, name, origin);
64 return !webView->permissionClient() || webView->permissionClient()->allowIndexedDB(webFrame, name, origin);
68 return WorkerPermissionClient::from(workerGlobalScope)->allowIndexedDB(name);
WorkerPermissionClient.cpp 66 bool WorkerPermissionClient::allowIndexedDB(const WebString& name)
70 return m_proxy->allowIndexedDB(name);
  /external/chromium_org/third_party/WebKit/public/web/
WebWorkerPermissionClientProxy.h 56 virtual bool allowIndexedDB(const WebString& name)
WebPermissionClient.h 56 virtual bool allowIndexedDB(WebFrame*, const WebString& name, const WebSecurityOrigin&) { return true; }

Completed in 63 milliseconds