HomeSort by relevance Sort by last modified time
    Searched refs:allowDatabase (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/third_party/WebKit/public/web/
WebCommonWorkerClient.h 54 virtual bool allowDatabase(WebFrame*, const WebString& name, const WebString& displayName, unsigned long estimatedSize)
WebPermissionClient.h 45 virtual bool allowDatabase(WebFrame*, const WebString& name, const WebString& displayName, unsigned long estimatedSize) { return true; }
  /external/chromium_org/third_party/WebKit/Source/web/
WebWorkerClientImpl.h 83 virtual bool allowDatabase(WebFrame*, const WebString& name, const WebString& displayName, unsigned long estimatedSize) OVERRIDE;
WebWorkerClientImpl.cpp 107 bool WebWorkerClientImpl::allowDatabase(WebFrame*, const WebString& name, const WebString& displayName, unsigned long estimatedSize)
114 return !webView->permissionClient() || webView->permissionClient()->allowDatabase(m_webFrame, name, displayName, estimatedSize);
DatabaseObserver.cpp 61 // 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/
websharedworkerclient_proxy.h 75 virtual bool allowDatabase(WebKit::WebFrame* frame,
websharedworkerclient_proxy.cc 142 bool WebSharedWorkerClientProxy::allowDatabase(WebFrame* frame,
  /external/chromium_org/chrome/renderer/
chrome_render_view_observer.h 78 virtual bool allowDatabase(WebKit::WebFrame* frame,
chrome_render_view_observer.cc 403 bool ChromeRenderViewObserver::allowDatabase(
408 return content_settings_->AllowDatabase(
    [all...]

Completed in 1852 milliseconds