Home
last modified time | relevance | path

Searched refs:allowIndexedDB (Results 1 – 16 of 16) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/web/
DIDBFactoryBackendProxy.cpp52 bool IDBFactoryBackendProxy::allowIndexedDB(ExecutionContext* context, const String& name) in allowIndexedDB() function in blink::IDBFactoryBackendProxy
61 return webFrame->permissionClient()->allowIndexedDB(webFrame, name, origin); in allowIndexedDB()
64 …return !webView->permissionClient() || webView->permissionClient()->allowIndexedDB(webFrame, name,… in allowIndexedDB()
68 return WorkerPermissionClient::from(workerGlobalScope)->allowIndexedDB(name); in allowIndexedDB()
DWorkerPermissionClient.cpp66 bool WorkerPermissionClient::allowIndexedDB(const WebString& name) in allowIndexedDB() function in blink::WorkerPermissionClient
70 return m_proxy->allowIndexedDB(name); in allowIndexedDB()
DIDBFactoryBackendProxy.h46 virtual bool allowIndexedDB(WebCore::ExecutionContext*, const String& name);
DWorkerPermissionClient.h55 bool allowIndexedDB(const WebString& name);
/external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
DIDBFactory.cpp87 if (!m_permissionClient->allowIndexedDB(context, "Database Listing")) { in getDatabaseNames()
125 if (!m_permissionClient->allowIndexedDB(context, name)) { in openInternal()
157 if (!m_permissionClient->allowIndexedDB(context, name)) { in deleteDatabase()
DIDBFactoryBackendInterface.h45 virtual bool allowIndexedDB(ExecutionContext*, const String& name) = 0;
/external/chromium_org/third_party/WebKit/public/web/
DWebWorkerPermissionClientProxy.h56 virtual bool allowIndexedDB(const WebString& name) in allowIndexedDB() function
DWebPermissionClient.h56 …virtual bool allowIndexedDB(WebFrame*, const WebString& name, const WebSecurityOrigin&) { return t… in allowIndexedDB() function
/external/chromium_org/content/worker/
Dshared_worker_permission_client_proxy.h34 virtual bool allowIndexedDB(const blink::WebString& name);
Dshared_worker_permission_client_proxy.cc50 bool SharedWorkerPermissionClientProxy::allowIndexedDB( in allowIndexedDB() function in content::SharedWorkerPermissionClientProxy
Dwebsharedworkerclient_proxy.h53 virtual bool allowIndexedDB(const blink::WebString&);
Dwebsharedworkerclient_proxy.cc101 bool WebSharedWorkerClientProxy::allowIndexedDB(const blink::WebString& name) { in allowIndexedDB() function in content::WebSharedWorkerClientProxy
/external/chromium_org/chrome/renderer/
Dworker_permission_client_proxy.h39 virtual bool allowIndexedDB(const blink::WebString& name);
Dworker_permission_client_proxy.cc54 bool WorkerPermissionClientProxy::allowIndexedDB( in allowIndexedDB() function in WorkerPermissionClientProxy
Dcontent_settings_observer.h60 virtual bool allowIndexedDB(blink::WebFrame* frame,
Dcontent_settings_observer.cc283 bool ContentSettingsObserver::allowIndexedDB(WebFrame* frame, in allowIndexedDB() function in ContentSettingsObserver