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

1 2

  /external/chromium_org/content/browser/renderer_host/pepper/
pepper_internal_file_ref_backend.cc 67 GetFileSystemContext();
79 PepperInternalFileRefBackend::GetFileSystemContext() const {
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(
200 GetFileSystemContext()->operation_runner()->ReadDirectory(
256 if (!FileSystemURLIsValid(GetFileSystemContext().get(), url)
    [all...]
pepper_internal_file_ref_backend.h 72 scoped_refptr<fileapi::FileSystemContext> GetFileSystemContext() const;
pepper_file_system_browser_host.h 57 scoped_refptr<fileapi::FileSystemContext> GetFileSystemContext() const {
pepper_file_system_browser_host.cc 46 return storage_partition->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/chrome/browser/chromeos/file_manager/
fileapi_util.cc 29 GetFileSystemContext();
37 GetFileSystemContext();
84 GetFileSystemContext()->external_backend();
  /external/chromium_org/chrome/browser/extensions/api/sync_file_system/
sync_file_system_api.cc 76 ->GetFileSystemContext();
129 GetFileSystemContext(),
138 SyncFileSystemRequestFileSystemFunction::GetFileSystemContext() {
142 ->GetFileSystemContext();
181 ->GetFileSystemContext();
221 ->GetFileSystemContext();
297 ->GetFileSystemContext();
sync_file_system_api.h 114 fileapi::FileSystemContext* GetFileSystemContext();
  /external/chromium_org/content/public/browser/
storage_partition.h 55 virtual fileapi::FileSystemContext* GetFileSystemContext() = 0;
  /external/chromium_org/chrome/browser/browsing_data/
browsing_data_file_system_helper_unittest.cc 70 GetFileSystemContext());
108 GetFileSystemContext()->OpenFileSystem(
  /external/chromium_org/content/browser/
storage_partition_impl.h 41 virtual fileapi::FileSystemContext* GetFileSystemContext() OVERRIDE;
storage_partition_impl_map.cc 383 partition->GetFileSystemContext()));
386 CreateFileSystemProtocolHandler(partition->GetFileSystemContext()));
storage_partition_impl.cc 352 if (GetFileSystemContext())
353 GetFileSystemContext()->Shutdown();
464 fileapi::FileSystemContext* StoragePartitionImpl::GetFileSystemContext() {
  /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();
profile.cc 400 virtual fileapi::FileSystemContext* 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 612 storage_partition_impl_->GetFileSystemContext(),
690 storage_partition_impl_->GetFileSystemContext(),
736 storage_partition_impl_->GetFileSystemContext(),
    [all...]
  /external/chromium_org/chrome/browser/sync_file_system/local/
local_file_sync_service.cc 225 profile_, site_url)->GetFileSystemContext();

Completed in 542 milliseconds

1 2