Searched refs:allowIndexedDB (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/web/
H A DIndexedDBClientImpl.cpp49 bool IndexedDBClientImpl::allowIndexedDB(ExecutionContext* context, const String& name) function in class:blink::IndexedDBClientImpl
58 return !webFrame->permissionClient() || webFrame->permissionClient()->allowIndexedDB(name, origin);
62 return WorkerPermissionClient::from(workerGlobalScope)->allowIndexedDB(name);
H A DIndexedDBClientImpl.h42 virtual bool allowIndexedDB(ExecutionContext*, const String& name) OVERRIDE;
H A DWorkerPermissionClient.cpp58 bool WorkerPermissionClient::allowIndexedDB(const WebString& name) function in class:blink::WorkerPermissionClient
62 return m_proxy->allowIndexedDB(name);
H A DWorkerPermissionClient.h52 bool allowIndexedDB(const WebString& name);
/external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
H A DIndexedDBClient.h43 virtual bool allowIndexedDB(ExecutionContext*, const String& name) = 0;
H A DIDBFactory.cpp85 if (!m_permissionClient->allowIndexedDB(scriptState->executionContext(), "Database Listing")) {
123 if (!m_permissionClient->allowIndexedDB(scriptState->executionContext(), name)) {
155 if (!m_permissionClient->allowIndexedDB(scriptState->executionContext(), name)) {
/external/chromium_org/third_party/WebKit/public/web/
H A DWebWorkerPermissionClientProxy.h60 virtual bool allowIndexedDB(const WebString& name) function in class:blink::WebWorkerPermissionClientProxy
H A DWebPermissionClient.h58 virtual bool allowIndexedDB(const WebString& name, const WebSecurityOrigin&) { return true; } function in class:blink::WebPermissionClient
/external/chromium_org/content/renderer/shared_worker/
H A Dembedded_shared_worker_permission_client_proxy.h34 virtual bool allowIndexedDB(const blink::WebString& name);
H A Dembedded_shared_worker_permission_client_proxy.cc52 bool EmbeddedSharedWorkerPermissionClientProxy::allowIndexedDB( function in class:content::EmbeddedSharedWorkerPermissionClientProxy
/external/chromium_org/chrome/renderer/
H A Dworker_permission_client_proxy.h39 virtual bool allowIndexedDB(const blink::WebString& name);
H A Dworker_permission_client_proxy.cc55 bool WorkerPermissionClientProxy::allowIndexedDB( function in class:WorkerPermissionClientProxy
H A Dcontent_settings_observer.h59 virtual bool allowIndexedDB(const blink::WebString& name,
H A Dcontent_settings_observer.cc323 bool ContentSettingsObserver::allowIndexedDB(const WebString& name, function in class:ContentSettingsObserver

Completed in 229 milliseconds