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 32 filesystem_context_(filesystem_context),
56 filesystem_context_.get() == other.filesystem_context_.get() &&
70 filesystem_context_ = other.filesystem_context_;
82 filesystem_context_(partition.filesystem_context()),
97 filesystem_context_ == other.filesystem_context_ &&
worker_storage_partition.h 82 return filesystem_context_.get();
104 scoped_refptr<fileapi::FileSystemContext> filesystem_context_; member in class:content::WorkerStoragePartition
126 fileapi::FileSystemContext* filesystem_context_; member in class:content::WorkerStoragePartitionId
  /external/chromium_org/chrome/browser/browsing_data/
browsing_data_file_system_helper.cc 55 // Returns the file task runner for the |filesystem_context_|.
57 return filesystem_context_->default_file_task_runner();
62 scoped_refptr<fileapi::FileSystemContext> filesystem_context_; member in class:__anon7515::BrowsingDataFileSystemHelperImpl
88 : filesystem_context_(filesystem_context),
90 DCHECK(filesystem_context_.get());
135 filesystem_context_->GetQuotaUtil(type);
145 filesystem_context_.get(), current, type);
174 filesystem_context_->DeleteDataForOriginOnFileTaskRunner(origin);
  /external/chromium_org/content/browser/
storage_partition_impl.h 152 scoped_refptr<fileapi::FileSystemContext> filesystem_context_; member in class:content::StoragePartitionImpl
storage_partition_impl.cc 334 filesystem_context_(filesystem_context),
465 return filesystem_context_.get();

Completed in 6547 milliseconds