Searched refs:AllowFileSystem (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/content/browser/shared_worker/
H A Dshared_worker_host.h69 void AllowFileSystem(const GURL& url, scoped_ptr<IPC::Message> reply_msg);
H A Dshared_worker_message_filter.cc159 SharedWorkerServiceImpl::GetInstance()->AllowFileSystem(
H A Dshared_worker_service_impl.h80 void AllowFileSystem(int worker_route_id,
H A Dshared_worker_service_impl.cc406 void SharedWorkerServiceImpl::AllowFileSystem( function in class:content::SharedWorkerServiceImpl
412 host->AllowFileSystem(url, make_scoped_ptr(reply_msg));
H A Dshared_worker_host.cc242 void SharedWorkerHost::AllowFileSystem(const GURL& url, function in class:content::SharedWorkerHost

Completed in 78 milliseconds