HomeSort by relevance Sort by last modified time
    Searched defs:GetFileSystemContext (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/content/browser/renderer_host/pepper/
pepper_file_system_browser_host.h 41 scoped_refptr<fileapi::FileSystemContext> GetFileSystemContext() const {
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...]
  /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();
  /external/chromium_org/content/browser/
storage_partition_impl.cc 308 if (GetFileSystemContext())
309 GetFileSystemContext()->Shutdown();
408 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.cc 400 virtual fileapi::FileSystemContext* GetFileSystemContext() {
profile_impl.cc     [all...]
  /external/chromium/chrome/browser/extensions/
extension_service_unittest.cc 362 virtual fileapi::FileSystemContext* GetFileSystemContext() {
    [all...]

Completed in 524 milliseconds