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

  /external/chromium_org/third_party/WebKit/Source/web/
LocalFileSystemClient.h 45 virtual bool requestFileSystemAccessSync(ExecutionContext*) OVERRIDE;
LocalFileSystemClient.cpp 55 bool LocalFileSystemClient::requestFileSystemAccessSync(ExecutionContext* context)
64 return WorkerPermissionClient::from(*toWorkerGlobalScope(context))->requestFileSystemAccessSync();
WorkerPermissionClient.cpp 51 bool WorkerPermissionClient::requestFileSystemAccessSync()
55 return m_proxy->requestFileSystemAccessSync();
WorkerPermissionClient.h 51 bool requestFileSystemAccessSync();
  /external/chromium_org/third_party/WebKit/public/web/
WebWorkerPermissionClientProxy.h 55 virtual bool requestFileSystemAccessSync()
WebPermissionClient.h 49 virtual bool requestFileSystemAccessSync() { return true; }
  /external/chromium_org/third_party/WebKit/Source/modules/filesystem/
FileSystemClient.h 51 virtual bool requestFileSystemAccessSync(ExecutionContext*) = 0;
LocalFileSystem.cpp 132 if (!client()->requestFileSystemAccessSync(context)) {
  /external/chromium_org/content/renderer/shared_worker/
embedded_shared_worker_permission_client_proxy.h 33 virtual bool requestFileSystemAccessSync();
embedded_shared_worker_permission_client_proxy.cc 42 bool EmbeddedSharedWorkerPermissionClientProxy::requestFileSystemAccessSync() {
  /external/chromium_org/chrome/renderer/
worker_permission_client_proxy.h 38 virtual bool requestFileSystemAccessSync();
worker_permission_client_proxy.cc 45 bool WorkerPermissionClientProxy::requestFileSystemAccessSync() {

Completed in 247 milliseconds