OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:allowIndexedDB
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/chrome/renderer/
worker_permission_client_proxy.cc
55
bool WorkerPermissionClientProxy::
allowIndexedDB
(
content_settings_observer.cc
323
bool ContentSettingsObserver::
allowIndexedDB
(const WebString& name,
/external/chromium_org/content/renderer/shared_worker/
embedded_shared_worker_permission_client_proxy.cc
52
bool EmbeddedSharedWorkerPermissionClientProxy::
allowIndexedDB
(
/external/chromium_org/third_party/WebKit/Source/web/
IndexedDBClientImpl.cpp
49
bool IndexedDBClientImpl::
allowIndexedDB
(ExecutionContext* context, const String& name)
58
return !webFrame->permissionClient() || webFrame->permissionClient()->
allowIndexedDB
(name, origin);
62
return WorkerPermissionClient::from(workerGlobalScope)->
allowIndexedDB
(name);
WorkerPermissionClient.cpp
58
bool WorkerPermissionClient::
allowIndexedDB
(const WebString& name)
62
return m_proxy->
allowIndexedDB
(name);
/external/chromium_org/third_party/WebKit/public/web/
WebWorkerPermissionClientProxy.h
60
virtual bool
allowIndexedDB
(const WebString& name)
WebPermissionClient.h
58
virtual bool
allowIndexedDB
(const WebString& name, const WebSecurityOrigin&) { return true; }
Completed in 801 milliseconds