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/
DIndexedDBClientImpl.cpp52 bool IndexedDBClientImpl::allowIndexedDB(ExecutionContext* context, const String& name) in allowIndexedDB() function in blink::IndexedDBClientImpl
61 …return !webFrame->permissionClient() || webFrame->permissionClient()->allowIndexedDB(name, origin); in allowIndexedDB()
65 return WorkerPermissionClient::from(workerGlobalScope)->allowIndexedDB(name); in allowIndexedDB()
DWorkerPermissionClient.cpp67 bool WorkerPermissionClient::allowIndexedDB(const WebString& name) in allowIndexedDB() function in blink::WorkerPermissionClient
71 return m_proxy->allowIndexedDB(name); in allowIndexedDB()
DIndexedDBClientImpl.h44 virtual bool allowIndexedDB(WebCore::ExecutionContext*, const String& name) OVERRIDE;
DWorkerPermissionClient.h57 bool allowIndexedDB(const WebString& name);
/external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
DIDBFactory.cpp90 if (!m_permissionClient->allowIndexedDB(scriptState->executionContext(), "Database Listing")) { in getDatabaseNames()
128 if (!m_permissionClient->allowIndexedDB(scriptState->executionContext(), name)) { in openInternal()
160 if (!m_permissionClient->allowIndexedDB(scriptState->executionContext(), name)) { in deleteDatabase()
DIndexedDBClient.h45 virtual bool allowIndexedDB(ExecutionContext*, const String& name) = 0;
/external/chromium_org/third_party/WebKit/public/web/
DWebWorkerPermissionClientProxy.h59 virtual bool allowIndexedDB(const WebString& name) in allowIndexedDB() function
DWebPermissionClient.h58 virtual bool allowIndexedDB(const WebString& name, const WebSecurityOrigin&) { return true; } in allowIndexedDB() function
/external/chromium_org/content/renderer/shared_worker/
Dembedded_shared_worker_permission_client_proxy.h34 virtual bool allowIndexedDB(const blink::WebString& name);
Dembedded_shared_worker_permission_client_proxy.cc52 bool EmbeddedSharedWorkerPermissionClientProxy::allowIndexedDB( in allowIndexedDB() function in content::EmbeddedSharedWorkerPermissionClientProxy
/external/chromium_org/content/worker/
Dshared_worker_permission_client_proxy.h34 virtual bool allowIndexedDB(const blink::WebString& name);
Dshared_worker_permission_client_proxy.cc51 bool SharedWorkerPermissionClientProxy::allowIndexedDB( in allowIndexedDB() function in content::SharedWorkerPermissionClientProxy
/external/chromium_org/chrome/renderer/
Dworker_permission_client_proxy.h39 virtual bool allowIndexedDB(const blink::WebString& name);
Dworker_permission_client_proxy.cc55 bool WorkerPermissionClientProxy::allowIndexedDB( in allowIndexedDB() function in WorkerPermissionClientProxy
Dcontent_settings_observer.h59 virtual bool allowIndexedDB(const blink::WebString& name,
Dcontent_settings_observer.cc318 bool ContentSettingsObserver::allowIndexedDB(const WebString& name, in allowIndexedDB() function in ContentSettingsObserver