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

  /external/chromium_org/content/browser/
storage_partition_impl.h 153 scoped_refptr<storage::FileSystemContext> filesystem_context_; member in class:content::StoragePartitionImpl
  /external/chromium_org/content/browser/shared_worker/
worker_storage_partition.h 80 return filesystem_context_.get();
102 scoped_refptr<storage::FileSystemContext> filesystem_context_; member in class:content::WorkerStoragePartition
124 storage::FileSystemContext* filesystem_context_; member in class:content::WorkerStoragePartitionId
  /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<storage::FileSystemContext> filesystem_context_; member in class:__anon7591::BrowsingDataFileSystemHelperImpl
90 : filesystem_context_(filesystem_context), is_fetching_(false) {
91 DCHECK(filesystem_context_.get());
138 filesystem_context_->GetQuotaUtil(type);
148 filesystem_context_.get(), current, type);
177 filesystem_context_->DeleteDataForOriginOnFileTaskRunner(origin);

Completed in 217 milliseconds