/external/chromium_org/third_party/WebKit/Source/web/ |
D | IndexedDBClientImpl.cpp | 52 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()
|
D | WorkerPermissionClient.cpp | 67 bool WorkerPermissionClient::allowIndexedDB(const WebString& name) in allowIndexedDB() function in blink::WorkerPermissionClient 71 return m_proxy->allowIndexedDB(name); in allowIndexedDB()
|
D | IndexedDBClientImpl.h | 44 virtual bool allowIndexedDB(WebCore::ExecutionContext*, const String& name) OVERRIDE;
|
D | WorkerPermissionClient.h | 57 bool allowIndexedDB(const WebString& name);
|
/external/chromium_org/third_party/WebKit/Source/modules/indexeddb/ |
D | IDBFactory.cpp | 90 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()
|
D | IndexedDBClient.h | 45 virtual bool allowIndexedDB(ExecutionContext*, const String& name) = 0;
|
/external/chromium_org/third_party/WebKit/public/web/ |
D | WebWorkerPermissionClientProxy.h | 59 virtual bool allowIndexedDB(const WebString& name) in allowIndexedDB() function
|
D | WebPermissionClient.h | 58 virtual bool allowIndexedDB(const WebString& name, const WebSecurityOrigin&) { return true; } in allowIndexedDB() function
|
/external/chromium_org/content/renderer/shared_worker/ |
D | embedded_shared_worker_permission_client_proxy.h | 34 virtual bool allowIndexedDB(const blink::WebString& name);
|
D | embedded_shared_worker_permission_client_proxy.cc | 52 bool EmbeddedSharedWorkerPermissionClientProxy::allowIndexedDB( in allowIndexedDB() function in content::EmbeddedSharedWorkerPermissionClientProxy
|
/external/chromium_org/content/worker/ |
D | shared_worker_permission_client_proxy.h | 34 virtual bool allowIndexedDB(const blink::WebString& name);
|
D | shared_worker_permission_client_proxy.cc | 51 bool SharedWorkerPermissionClientProxy::allowIndexedDB( in allowIndexedDB() function in content::SharedWorkerPermissionClientProxy
|
/external/chromium_org/chrome/renderer/ |
D | worker_permission_client_proxy.h | 39 virtual bool allowIndexedDB(const blink::WebString& name);
|
D | worker_permission_client_proxy.cc | 55 bool WorkerPermissionClientProxy::allowIndexedDB( in allowIndexedDB() function in WorkerPermissionClientProxy
|
D | content_settings_observer.h | 59 virtual bool allowIndexedDB(const blink::WebString& name,
|
D | content_settings_observer.cc | 318 bool ContentSettingsObserver::allowIndexedDB(const WebString& name, in allowIndexedDB() function in ContentSettingsObserver
|