HomeSort by relevance Sort by last modified time
    Searched refs:GetFileSystemContext (Results 1 - 25 of 37) sorted by null

1 2

  /external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
fileapi_util.cc 26 GetFileSystemContext();
34 GetFileSystemContext();
file_browser_handler_api.cc 338 GetFileSystemContext()->OpenFileSystem(
372 GetFileSystemContext()->external_backend();
private_api_tasks.cc 154 GetFileSystemContext();
487 GetFileSystemContext();
571 GetFileSystemContext();
  /external/chromium/chrome/browser/extensions/
extension_local_filesystem_apitest.cc 25 browser()->profile()->GetFileSystemContext()->path_manager();
extension_data_deleter.cc 24 file_system_context_ = profile->GetFileSystemContext();
extension_file_browser_private_api.cc 307 profile_->GetFileSystemContext()->path_manager();
347 profile()->GetFileSystemContext(),
533 profile_->GetFileSystemContext()->path_manager();
558 profile_->GetFileSystemContext(),
688 profile()->GetFileSystemContext(),
840 profile()->GetFileSystemContext()->path_manager();
    [all...]
file_manager_util.cc 72 profile->GetFileSystemContext()->path_manager();
extension_service.cc     [all...]
  /external/chromium_org/content/browser/renderer_host/pepper/
pepper_internal_file_ref_backend.cc 66 fs_url_ = GetFileSystemContext()->CrackURL(fs_path);
85 PepperInternalFileRefBackend::GetFileSystemContext() const {
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().get(), url)
    [all...]
pepper_file_system_browser_host.h 41 scoped_refptr<fileapi::FileSystemContext> GetFileSystemContext() const {
pepper_internal_file_ref_backend.h 74 scoped_refptr<fileapi::FileSystemContext> GetFileSystemContext() const;
pepper_file_system_browser_host.cc 50 return storage_partition->GetFileSystemContext();
  /external/chromium_org/chrome/browser/extensions/api/sync_file_system/
sync_file_system_api.cc 70 render_view_host()->GetSiteInstance())->GetFileSystemContext();
116 GetFileSystemContext(),
123 SyncFileSystemRequestFileSystemFunction::GetFileSystemContext() {
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();
sync_file_system_api.h 115 fileapi::FileSystemContext* GetFileSystemContext();
  /external/chromium_org/content/public/browser/
storage_partition.h 54 virtual fileapi::FileSystemContext* GetFileSystemContext() = 0;
  /external/chromium_org/content/browser/
storage_partition_impl.h 30 virtual fileapi::FileSystemContext* GetFileSystemContext() OVERRIDE;
storage_partition_impl.cc 308 if (GetFileSystemContext())
309 GetFileSystemContext()->Shutdown();
408 fileapi::FileSystemContext* StoragePartitionImpl::GetFileSystemContext() {
storage_partition_impl_map.cc 419 partition->GetFileSystemContext()));
422 CreateFileSystemProtocolHandler(partition->GetFileSystemContext()));
  /external/chromium_org/chrome/browser/browsing_data/
browsing_data_file_system_helper_unittest.cc 70 GetFileSystemContext());
108 GetFileSystemContext()->OpenFileSystem(
  /external/chromium/android/autofill/
profile_android.h 172 virtual fileapi::FileSystemContext* GetFileSystemContext() { NOTREACHED(); return NULL; }
  /external/chromium/chrome/browser/profiles/
profile.h 349 virtual fileapi::FileSystemContext* GetFileSystemContext() = 0;
profile_impl.h 81 virtual fileapi::FileSystemContext* GetFileSystemContext();
profile_io_data.cc 179 params->file_system_context = profile->GetFileSystemContext();
  /external/chromium_org/chrome/browser/ui/webui/options/
cookies_view_handler.cc 190 storage_partition->GetFileSystemContext();
  /external/chromium_org/content/browser/renderer_host/
render_process_host_impl.cc 611 storage_partition_impl_->GetFileSystemContext(),
676 storage_partition_impl_->GetFileSystemContext(),
704 storage_partition_impl_->GetFileSystemContext(),
    [all...]

Completed in 344 milliseconds

1 2