HomeSort by relevance Sort by last modified time
    Searched refs:filesystem_context_ (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/content/browser/worker_host/
worker_storage_partition.cc 30 filesystem_context_(filesystem_context),
53 filesystem_context_.get() == other.filesystem_context_.get() &&
66 filesystem_context_ = other.filesystem_context_;
worker_storage_partition.h 79 return filesystem_context_.get();
97 scoped_refptr<fileapi::FileSystemContext> filesystem_context_; member in class:content::WorkerStoragePartition
  /external/chromium_org/chrome/browser/browsing_data/
browsing_data_file_system_helper.cc 57 // Returns the file task runner for the |filesystem_context_|.
59 return filesystem_context_->default_file_task_runner();
64 scoped_refptr<fileapi::FileSystemContext> filesystem_context_; member in class:__anon6680::BrowsingDataFileSystemHelperImpl
90 : filesystem_context_(filesystem_context),
92 DCHECK(filesystem_context_.get());
137 filesystem_context_->GetQuotaUtil(type);
147 filesystem_context_.get(), current, type);
176 filesystem_context_->DeleteDataForOriginOnFileThread(origin);
  /external/chromium_org/content/browser/
storage_partition_impl.h 111 scoped_refptr<fileapi::FileSystemContext> filesystem_context_; member in class:content::StoragePartitionImpl
storage_partition_impl.cc 292 filesystem_context_(filesystem_context),
409 return filesystem_context_.get();

Completed in 607 milliseconds