Searched defs:GetFileSystemContext (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/content/browser/renderer_host/pepper/
H A Dpepper_file_system_browser_host.h41 scoped_refptr<fileapi::FileSystemContext> GetFileSystemContext() const { function in class:content::PepperFileSystemBrowserHost
H A Dpepper_internal_file_ref_backend.cc66 fs_url_ = GetFileSystemContext()->CrackURL(fs_path);
85 PepperInternalFileRefBackend::GetFileSystemContext() const { function in class:content::PepperInternalFileRefBackend
89 return fs_host_->GetFileSystemContext();
106 GetFileSystemContext()->operation_runner()->CreateDirectory(
124 GetFileSystemContext()->operation_runner()->TouchFile(
140 GetFileSystemContext()->operation_runner()->Remove(
162 GetFileSystemContext()->operation_runner()->Move(
177 GetFileSystemContext()->operation_runner()->GetMetadata(
206 GetFileSystemContext()->operation_runner()->ReadDirectory(
262 if (!FileSystemURLIsValid(GetFileSystemContext()
[all...]
/external/chromium_org/chrome/browser/extensions/api/sync_file_system/
H A Dsync_file_system_api.cc70 render_view_host()->GetSiteInstance())->GetFileSystemContext();
116 GetFileSystemContext(),
123 SyncFileSystemRequestFileSystemFunction::GetFileSystemContext() { function in class:extensions::SyncFileSystemRequestFileSystemFunction
127 render_view_host()->GetSiteInstance())->GetFileSystemContext();
146 GetFileSystemContext(),
188 render_view_host()->GetSiteInstance())->GetFileSystemContext();
229 render_view_host()->GetSiteInstance())->GetFileSystemContext();
306 render_view_host()->GetSiteInstance())->GetFileSystemContext();
/external/chromium_org/content/browser/
H A Dstorage_partition_impl.cc308 if (GetFileSystemContext())
309 GetFileSystemContext()->Shutdown();
408 fileapi::FileSystemContext* StoragePartitionImpl::GetFileSystemContext() { function in class:content::StoragePartitionImpl
/external/chromium/android/autofill/
H A Dprofile_android.h172 virtual fileapi::FileSystemContext* GetFileSystemContext() { NOTREACHED(); return NULL; } function in class:ProfileImplAndroid
/external/chromium/chrome/browser/profiles/
H A Dprofile.cc400 virtual fileapi::FileSystemContext* GetFileSystemContext() { function in class:OffTheRecordProfileImpl
H A Dprofile_impl.cc1157 fileapi::FileSystemContext* ProfileImpl::GetFileSystemContext() { function in class:ProfileImpl
/external/chromium/chrome/browser/extensions/
H A Dextension_service_unittest.cc362 virtual fileapi::FileSystemContext* GetFileSystemContext() { function in class:ExtensionTestingProfile

Completed in 197 milliseconds