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

/external/chromium_org/content/browser/renderer_host/pepper/
H A Dpepper_file_system_browser_host.h58 scoped_refptr<storage::FileSystemContext> GetFileSystemContext() const { function in class:content::PepperFileSystemBrowserHost
H A Dpepper_internal_file_ref_backend.cc67 GetFileSystemContext();
79 PepperInternalFileRefBackend::GetFileSystemContext() const { function in class:content::PepperInternalFileRefBackend
82 return fs_host_->GetFileSystemContext();
99 GetFileSystemContext()->operation_runner()->CreateDirectory(
117 GetFileSystemContext()->operation_runner()->TouchFile(
133 GetFileSystemContext()->operation_runner()->Remove(
155 GetFileSystemContext()->operation_runner()->Move(
171 GetFileSystemContext()->operation_runner()->GetMetadata(
202 GetFileSystemContext()->operation_runner()->ReadDirectory(
265 if (!FileSystemURLIsValid(GetFileSystemContext()
[all...]
/external/chromium_org/chrome/browser/extensions/api/sync_file_system/
H A Dsync_file_system_api.cc74 ->GetFileSystemContext();
126 GetFileSystemContext(),
135 SyncFileSystemRequestFileSystemFunction::GetFileSystemContext() { function in class:extensions::SyncFileSystemRequestFileSystemFunction
139 ->GetFileSystemContext();
177 ->GetFileSystemContext();
217 ->GetFileSystemContext();
293 ->GetFileSystemContext();
/external/chromium_org/content/browser/
H A Dstorage_partition_impl.cc388 if (GetFileSystemContext())
389 GetFileSystemContext()->Shutdown();
499 storage::FileSystemContext* StoragePartitionImpl::GetFileSystemContext() { function in class:content::StoragePartitionImpl

Completed in 2479 milliseconds