Searched refs:allowDatabase (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/third_party/WebKit/public/web/
H A DWebCommonWorkerClient.h54 virtual bool allowDatabase(WebFrame*, const WebString& name, const WebString& displayName, unsigned long estimatedSize) function in class:WebKit::WebCommonWorkerClient
H A DWebPermissionClient.h45 virtual bool allowDatabase(WebFrame*, const WebString& name, const WebString& displayName, unsigned long estimatedSize) { return true; } function in class:WebKit::WebPermissionClient
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebWorkerClientImpl.h83 virtual bool allowDatabase(WebFrame*, const WebString& name, const WebString& displayName, unsigned long estimatedSize) OVERRIDE;
H A DWebWorkerClientImpl.cpp107 bool WebWorkerClientImpl::allowDatabase(WebFrame*, const WebString& name, const WebString& displayName, unsigned long estimatedSize) function in class:WebKit::WebWorkerClientImpl
114 return !webView->permissionClient() || webView->permissionClient()->allowDatabase(m_webFrame, name, displayName, estimatedSize);
H A DDatabaseObserver.cpp61 // This class is used to route the result of the WebWorkerBase::allowDatabase
99 return commonClient->allowDatabase(
144 return webView->permissionClient()->allowDatabase(webFrame, name, displayName, estimatedSize);
/external/chromium_org/content/worker/
H A Dwebsharedworkerclient_proxy.h75 virtual bool allowDatabase(WebKit::WebFrame* frame,
H A Dwebsharedworkerclient_proxy.cc142 bool WebSharedWorkerClientProxy::allowDatabase(WebFrame* frame, function in class:content::WebSharedWorkerClientProxy
/external/chromium_org/chrome/renderer/
H A Dchrome_render_view_observer.h78 virtual bool allowDatabase(WebKit::WebFrame* frame,
H A Dchrome_render_view_observer.cc403 bool ChromeRenderViewObserver::allowDatabase( function in class:ChromeRenderViewObserver

Completed in 381 milliseconds