Searched refs:GetFileSystemContext (Results 1 - 25 of 26) sorted by relevance

12

/external/chromium_org/content/browser/renderer_host/pepper/
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...]
H A Dpepper_internal_file_ref_backend.h72 scoped_refptr<storage::FileSystemContext> GetFileSystemContext() const;
H A Dpepper_file_system_browser_host.h58 scoped_refptr<storage::FileSystemContext> GetFileSystemContext() const { function in class:content::PepperFileSystemBrowserHost
H A Dpepper_file_io_host.cc53 stuff.file_system_context = storage_partition->GetFileSystemContext();
H A Dpepper_file_system_browser_host.cc47 return storage_partition->GetFileSystemContext();
/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();
H A Dsync_file_system_api.h113 storage::FileSystemContext* GetFileSystemContext();
/external/chromium_org/chrome/browser/chromeos/file_manager/
H A Dfileapi_util.cc111 profile, site)->GetFileSystemContext();
241 GetFileSystemContext();
249 GetFileSystemContext();
306 ->GetFileSystemContext()
/external/chromium_org/content/public/browser/
H A Dstorage_partition.h60 virtual storage::FileSystemContext* GetFileSystemContext() = 0;
/external/chromium_org/chrome/browser/browsing_data/
H A Dbrowsing_data_file_system_helper_unittest.cc69 GetFileSystemContext());
107 GetFileSystemContext()->OpenFileSystem(
H A Dbrowsing_data_remover_unittest.cc150 virtual storage::FileSystemContext* GetFileSystemContext() OVERRIDE {
/external/chromium_org/content/browser/
H A Dstorage_partition_impl.h41 virtual storage::FileSystemContext* GetFileSystemContext() OVERRIDE;
H A Dstorage_partition_impl_map.cc404 partition->GetFileSystemContext()));
408 partition->GetFileSystemContext()));
H A Dstorage_partition_impl.cc388 if (GetFileSystemContext())
389 GetFileSystemContext()->Shutdown();
499 storage::FileSystemContext* StoragePartitionImpl::GetFileSystemContext() { function in class:content::StoragePartitionImpl
/external/chromium_org/chrome/browser/extensions/api/file_system/
H A Dentry_watcher_service.cc36 ->GetFileSystemContext();
/external/chromium_org/chrome/browser/ui/webui/options/
H A Dcookies_view_handler.cc196 storage_partition->GetFileSystemContext();
/external/chromium_org/chrome/browser/chromeos/fileapi/
H A Dexternal_file_url_request_job.cc75 storage->GetFileSystemContext();
/external/chromium_org/content/browser/media/android/
H A Dbrowser_media_player_manager.cc291 partition ? partition->GetFileSystemContext() : NULL;
/external/chromium_org/content/browser/renderer_host/
H A Drender_process_host_impl.cc734 storage_partition_impl_->GetFileSystemContext(),
794 storage_partition_impl_->GetFileSystemContext(),
856 storage_partition_impl_->GetFileSystemContext(),
H A Drender_view_host_impl.cc676 ->GetFileSystemContext();
1205 ->GetFileSystemContext();
/external/chromium_org/chrome/browser/extensions/
H A Dcomponent_loader.cc651 off_the_record_context, site)->GetFileSystemContext();
H A Dextension_service.cc1080 ->GetFileSystemContext();
/external/chromium_org/chrome/browser/sync_file_system/local/
H A Dlocal_file_sync_service.cc252 ->GetFileSystemContext();
/external/chromium_org/chrome/browser/sync_file_system/
H A Dsync_file_system_service.cc309 storage_partition->GetFileSystemContext();
/external/chromium_org/chrome/browser/extensions/api/developer_private/
H A Ddeveloper_private_api.cc1068 ->GetFileSystemContext();

Completed in 2065 milliseconds

12