Searched refs:filesystem_context (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/content/browser/shared_worker/
H A Dworker_storage_partition.cc24 storage::FileSystemContext* filesystem_context,
32 filesystem_context_(filesystem_context),
82 filesystem_context_(partition.filesystem_context()),
19 WorkerStoragePartition( net::URLRequestContextGetter* url_request_context, net::URLRequestContextGetter* media_url_request_context, ChromeAppCacheService* appcache_service, storage::QuotaManager* quota_manager, storage::FileSystemContext* filesystem_context, storage::DatabaseTracker* database_tracker, IndexedDBContextImpl* indexed_db_context, ServiceWorkerContextWrapper* service_worker_context) argument
H A Dworker_storage_partition.h51 storage::FileSystemContext* filesystem_context,
79 storage::FileSystemContext* filesystem_context() const { function in class:content::WorkerStoragePartition
/external/chromium_org/chrome/browser/browsing_data/
H A Dbrowsing_data_file_system_helper.cc30 // data from a given |filesystem_context| and returns a list of FileSystemInfo
36 storage::FileSystemContext* filesystem_context);
89 storage::FileSystemContext* filesystem_context)
90 : filesystem_context_(filesystem_context), is_fetching_(false) {
189 storage::FileSystemContext* filesystem_context) {
190 return new BrowsingDataFileSystemHelperImpl(filesystem_context);
88 BrowsingDataFileSystemHelperImpl( storage::FileSystemContext* filesystem_context) argument
188 Create( storage::FileSystemContext* filesystem_context) argument
/external/chromium_org/content/browser/
H A Dstorage_partition_impl.h114 storage::FileSystemContext* filesystem_context,
H A Dstorage_partition_impl.cc359 storage::FileSystemContext* filesystem_context,
369 filesystem_context_(filesystem_context),
423 scoped_refptr<storage::FileSystemContext> filesystem_context = local
469 filesystem_context.get(),
355 StoragePartitionImpl( const base::FilePath& partition_path, storage::QuotaManager* quota_manager, ChromeAppCacheService* appcache_service, storage::FileSystemContext* filesystem_context, storage::DatabaseTracker* database_tracker, DOMStorageContextWrapper* dom_storage_context, IndexedDBContextImpl* indexed_db_context, ServiceWorkerContextWrapper* service_worker_context, WebRTCIdentityStore* webrtc_identity_store, storage::SpecialStoragePolicy* special_storage_policy) argument
/external/chromium_org/chrome/browser/extensions/
H A Dextension_service.cc1078 storage::FileSystemContext* filesystem_context = local
1081 if (filesystem_context && filesystem_context->external_backend()) {
1082 filesystem_context->external_backend()->

Completed in 132 milliseconds