allowIndexedDB     87 Source/modules/indexeddb/IDBFactory.cpp     if (!m_permissionClient->allowIndexedDB(context, "Database Listing")) {
allowIndexedDB    125 Source/modules/indexeddb/IDBFactory.cpp     if (!m_permissionClient->allowIndexedDB(context, name)) {
allowIndexedDB    157 Source/modules/indexeddb/IDBFactory.cpp     if (!m_permissionClient->allowIndexedDB(context, name)) {
allowIndexedDB     45 Source/modules/indexeddb/IDBFactoryBackendInterface.h     virtual bool allowIndexedDB(ExecutionContext*, const String& name) = 0;
allowIndexedDB     61 Source/web/IDBFactoryBackendProxy.cpp         return !webFrame->permissionClient() || webFrame->permissionClient()->allowIndexedDB(webFrame, name, origin);
allowIndexedDB     65 Source/web/IDBFactoryBackendProxy.cpp     return WorkerPermissionClient::from(workerGlobalScope)->allowIndexedDB(name);
allowIndexedDB     46 Source/web/IDBFactoryBackendProxy.h     virtual bool allowIndexedDB(WebCore::ExecutionContext*, const String& name) OVERRIDE;
allowIndexedDB     81 Source/web/WorkerPermissionClient.cpp     return m_proxy->allowIndexedDB(name);
allowIndexedDB     57 Source/web/WorkerPermissionClient.h     bool allowIndexedDB(const WebString& name);
allowIndexedDB     58 public/web/WebPermissionClient.h     virtual bool allowIndexedDB(WebLocalFrame*, const WebString& name, const WebSecurityOrigin&) { return true; }
allowIndexedDB     67 public/web/WebWorkerPermissionClientProxy.h     virtual bool allowIndexedDB(const WebString& name)