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

  /external/chromium_org/third_party/WebKit/public/web/
WebWorkerPermissionClientProxy.h 54 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 121 if (!client()->requestFileSystemAccessSync(context)) {
  /external/chromium_org/third_party/WebKit/Source/web/
LocalFileSystemClient.h 45 virtual bool requestFileSystemAccessSync(WebCore::ExecutionContext*) OVERRIDE;
LocalFileSystemClient.cpp 57 bool LocalFileSystemClient::requestFileSystemAccessSync(ExecutionContext* context)
66 return WorkerPermissionClient::from(*toWorkerGlobalScope(context))->requestFileSystemAccessSync();
WorkerPermissionClient.cpp 60 bool WorkerPermissionClient::requestFileSystemAccessSync()
64 return m_proxy->requestFileSystemAccessSync();
WorkerPermissionClient.h 56 bool requestFileSystemAccessSync();
  /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/content/worker/
shared_worker_permission_client_proxy.h 33 virtual bool requestFileSystemAccessSync();
shared_worker_permission_client_proxy.cc 41 bool SharedWorkerPermissionClientProxy::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 478 milliseconds