HomeSort by relevance Sort by last modified time
    Searched defs:allowFileSystem (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/chrome/renderer/
worker_permission_client_proxy.cc 44 bool WorkerPermissionClientProxy::allowFileSystem() {
content_settings_observer.cc 249 bool ContentSettingsObserver::allowFileSystem(WebFrame* frame) {
  /external/chromium_org/content/worker/
shared_worker_permission_client_proxy.cc 41 bool SharedWorkerPermissionClientProxy::allowFileSystem() {
websharedworkerclient_proxy.cc 97 bool WebSharedWorkerClientProxy::allowFileSystem() {
  /external/chromium_org/third_party/WebKit/Source/web/
LocalFileSystemClient.cpp 56 bool LocalFileSystemClient::allowFileSystem(ExecutionContext* context)
62 return webFrame->permissionClient()->allowFileSystem(webFrame);
64 return !webView->permissionClient() || webView->permissionClient()->allowFileSystem(webFrame);
67 return WorkerPermissionClient::from(toWorkerGlobalScope(context))->allowFileSystem();
WorkerPermissionClient.cpp 59 bool WorkerPermissionClient::allowFileSystem()
63 return m_proxy->allowFileSystem();
  /external/chromium_org/third_party/WebKit/public/web/
WebWorkerPermissionClientProxy.h 51 virtual bool allowFileSystem()
WebPermissionClient.h 50 virtual bool allowFileSystem(WebFrame*) { return true; }

Completed in 627 milliseconds