OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:requestFileSystemAccessSync
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/chrome/renderer/
worker_permission_client_proxy.cc
45
bool WorkerPermissionClientProxy::
requestFileSystemAccessSync
() {
/external/chromium_org/content/renderer/shared_worker/
embedded_shared_worker_permission_client_proxy.cc
42
bool EmbeddedSharedWorkerPermissionClientProxy::
requestFileSystemAccessSync
() {
/external/chromium_org/third_party/WebKit/Source/web/
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
();
/external/chromium_org/third_party/WebKit/public/web/
WebWorkerPermissionClientProxy.h
55
virtual bool
requestFileSystemAccessSync
()
WebPermissionClient.h
49
virtual bool
requestFileSystemAccessSync
() { return true; }
Completed in 1258 milliseconds