OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:allowIndexedDB
(Results
1 - 16
of
16
) sorted by null
/external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
IDBFactoryBackendInterface.h
45
virtual bool
allowIndexedDB
(ExecutionContext*, const String& name) = 0;
IDBFactory.cpp
87
if (!m_permissionClient->
allowIndexedDB
(context, "Database Listing")) {
125
if (!m_permissionClient->
allowIndexedDB
(context, name)) {
157
if (!m_permissionClient->
allowIndexedDB
(context, name)) {
/external/chromium_org/third_party/WebKit/Source/web/
IDBFactoryBackendProxy.cpp
52
bool IDBFactoryBackendProxy::
allowIndexedDB
(ExecutionContext* context, const String& name)
61
return webFrame->permissionClient()->
allowIndexedDB
(webFrame, name, origin);
64
return !webView->permissionClient() || webView->permissionClient()->
allowIndexedDB
(webFrame, name, origin);
68
return WorkerPermissionClient::from(workerGlobalScope)->
allowIndexedDB
(name);
IDBFactoryBackendProxy.h
46
virtual bool
allowIndexedDB
(WebCore::ExecutionContext*, const String& name);
WorkerPermissionClient.cpp
66
bool WorkerPermissionClient::
allowIndexedDB
(const WebString& name)
70
return m_proxy->
allowIndexedDB
(name);
WorkerPermissionClient.h
55
bool
allowIndexedDB
(const WebString& name);
/external/chromium_org/third_party/WebKit/public/web/
WebWorkerPermissionClientProxy.h
56
virtual bool
allowIndexedDB
(const WebString& name)
WebPermissionClient.h
56
virtual bool
allowIndexedDB
(WebFrame*, const WebString& name, const WebSecurityOrigin&) { return true; }
/external/chromium_org/content/worker/
shared_worker_permission_client_proxy.h
34
virtual bool
allowIndexedDB
(const blink::WebString& name);
shared_worker_permission_client_proxy.cc
50
bool SharedWorkerPermissionClientProxy::
allowIndexedDB
(
websharedworkerclient_proxy.h
53
virtual bool
allowIndexedDB
(const blink::WebString&);
websharedworkerclient_proxy.cc
101
bool WebSharedWorkerClientProxy::
allowIndexedDB
(const blink::WebString& name) {
/external/chromium_org/chrome/renderer/
worker_permission_client_proxy.h
39
virtual bool
allowIndexedDB
(const blink::WebString& name);
worker_permission_client_proxy.cc
54
bool WorkerPermissionClientProxy::
allowIndexedDB
(
content_settings_observer.h
60
virtual bool
allowIndexedDB
(blink::WebFrame* frame,
content_settings_observer.cc
283
bool ContentSettingsObserver::
allowIndexedDB
(WebFrame* frame,
Completed in 77 milliseconds