Searched defs:partition_path (Results 1 - 20 of 20) sorted by last modified time

/external/chromium_org/storage/browser/fileapi/
H A Dfile_system_context.cc141 const base::FilePath& partition_path,
149 partition_path,
156 partition_path,
162 partition_path_(partition_path),
133 FileSystemContext( base::SingleThreadTaskRunner* io_task_runner, base::SequencedTaskRunner* file_task_runner, ExternalMountPoints* external_mount_points, storage::SpecialStoragePolicy* special_storage_policy, storage::QuotaManagerProxy* quota_manager_proxy, ScopedVector<FileSystemBackend> additional_backends, const std::vector<URLRequestAutoMountHandler>& auto_mount_handlers, const base::FilePath& partition_path, const FileSystemOptions& options) argument
H A Dfile_system_context.h127 const base::FilePath& partition_path,
279 const base::FilePath& partition_path() const { return partition_path_; } function in class:storage::FileSystemContext
/external/chromium_org/content/shell/browser/
H A Dshell_browser_context.cc171 const base::FilePath& partition_path,
178 const base::FilePath& partition_path,
170 GetMediaRequestContextForStoragePartition( const base::FilePath& partition_path, bool in_memory) argument
177 CreateRequestContextForStoragePartition( const base::FilePath& partition_path, bool in_memory, ProtocolHandlerMap* protocol_handlers, URLRequestInterceptorScopedVector request_interceptors) argument
H A Dshell_content_browser_client.cc201 const base::FilePath& partition_path,
208 partition_path,
199 CreateRequestContextForStoragePartition( BrowserContext* content_browser_context, const base::FilePath& partition_path, bool in_memory, ProtocolHandlerMap* protocol_handlers, URLRequestInterceptorScopedVector request_interceptors) argument
/external/chromium_org/content/browser/indexed_db/
H A Dindexed_db_internals_ui.cc112 static void FindContext(const base::FilePath& partition_path, argument
116 if (storage_partition->GetPath() == partition_path) {
125 base::FilePath* partition_path,
131 *partition_path = base::FilePath(path_string);
139 return GetOriginContext(*partition_path, *origin_url, context);
164 base::FilePath partition_path; local
167 if (!GetOriginData(args, &partition_path, &origin_url, &context))
175 partition_path,
183 base::FilePath partition_path; local
186 if (!GetOriginData(args, &partition_path,
123 GetOriginData( const base::ListValue* args, base::FilePath* partition_path, GURL* origin_url, scoped_refptr<IndexedDBContextImpl>* context) argument
198 DownloadOriginDataOnIndexedDBThread( const base::FilePath& partition_path, const scoped_refptr<IndexedDBContextImpl> context, const GURL& origin_url) argument
240 ForceCloseOriginOnIndexedDBThread( const base::FilePath& partition_path, const scoped_refptr<IndexedDBContextImpl> context, const GURL& origin_url) argument
263 OnForcedClose(const base::FilePath& partition_path, const GURL& origin_url, size_t connection_count) argument
273 OnDownloadDataReady( const base::FilePath& partition_path, const GURL& origin_url, const base::FilePath temp_path, const base::FilePath zip_path, size_t connection_count) argument
343 OnDownloadStarted( const base::FilePath& partition_path, const GURL& origin_url, const base::FilePath& temp_path, size_t connection_count, DownloadItem* item, DownloadInterruptReason interrupt_reason) argument
[all...]
/external/chromium_org/content/browser/
H A Dstorage_partition_impl.cc356 const base::FilePath& partition_path,
366 : partition_path_(partition_path),
403 const base::FilePath& partition_path) {
416 partition_path,
425 context, partition_path, in_memory, quota_manager->proxy());
428 new storage::DatabaseTracker(partition_path,
435 base::FilePath path = in_memory ? base::FilePath() : partition_path;
466 return new StoragePartitionImpl(partition_path,
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
400 Create( BrowserContext* context, bool in_memory, const base::FilePath& partition_path) argument
/external/chromium_org/content/public/browser/
H A Dcontent_browser_client.cc43 const base::FilePath& partition_path,
41 CreateRequestContextForStoragePartition( BrowserContext* browser_context, const base::FilePath& partition_path, bool in_memory, ProtocolHandlerMap* protocol_handlers, URLRequestInterceptorScopedVector request_interceptors) argument
/external/chromium_org/content/public/test/
H A Dtest_browser_context.cc96 const base::FilePath& partition_path,
95 GetMediaRequestContextForStoragePartition( const base::FilePath& partition_path, bool in_memory) argument
/external/chromium_org/chrome/test/base/
H A Dtesting_profile.cc798 const base::FilePath& partition_path,
817 const base::FilePath& partition_path,
797 GetMediaRequestContextForStoragePartition( const base::FilePath& partition_path, bool in_memory) argument
816 CreateRequestContextForStoragePartition( const base::FilePath& partition_path, bool in_memory, content::ProtocolHandlerMap* protocol_handlers, content::URLRequestInterceptorScopedVector request_interceptors) argument
/external/chromium_org/chromecast/shell/browser/
H A Dcast_browser_context.cc109 const base::FilePath& partition_path, bool in_memory) {
108 GetMediaRequestContextForStoragePartition( const base::FilePath& partition_path, bool in_memory) argument
/external/chromium_org/chrome/browser/profiles/
H A Doff_the_record_profile_impl.cc325 const base::FilePath& partition_path,
327 return io_data_->GetIsolatedAppRequestContextGetter(partition_path, in_memory)
338 const base::FilePath& partition_path,
343 partition_path,
324 GetMediaRequestContextForStoragePartition( const base::FilePath& partition_path, bool in_memory) argument
337 CreateRequestContextForStoragePartition( const base::FilePath& partition_path, bool in_memory, content::ProtocolHandlerMap* protocol_handlers, content::URLRequestInterceptorScopedVector request_interceptors) argument
H A Doff_the_record_profile_io_data.cc102 const base::FilePath& partition_path,
105 DCHECK(!partition_path.empty());
109 StoragePartitionDescriptor descriptor(partition_path, in_memory);
118 const base::FilePath& partition_path,
123 DCHECK(!partition_path.empty());
127 StoragePartitionDescriptor descriptor(partition_path, in_memory);
101 GetIsolatedAppRequestContextGetter( const base::FilePath& partition_path, bool in_memory) const argument
117 CreateIsolatedAppRequestContextGetter( const base::FilePath& partition_path, bool in_memory, content::ProtocolHandlerMap* protocol_handlers, content::URLRequestInterceptorScopedVector request_interceptors) const argument
H A Dprofile_impl.cc1065 const base::FilePath& partition_path,
1068 .GetIsolatedMediaRequestContextGetter(partition_path, in_memory).get();
1081 const base::FilePath& partition_path,
1086 partition_path,
1064 GetMediaRequestContextForStoragePartition( const base::FilePath& partition_path, bool in_memory) argument
1080 CreateRequestContextForStoragePartition( const base::FilePath& partition_path, bool in_memory, content::ProtocolHandlerMap* protocol_handlers, content::URLRequestInterceptorScopedVector request_interceptors) argument
H A Dprofile_impl_io_data.cc249 const base::FilePath& partition_path,
254 // Check that the partition_path is not the same as the base profile path. We
256 CHECK(partition_path != profile_->GetPath());
260 StoragePartitionDescriptor descriptor(partition_path, in_memory);
285 const base::FilePath& partition_path,
290 CHECK(partition_path != profile_->GetPath());
294 StoragePartitionDescriptor descriptor(partition_path, in_memory);
248 CreateIsolatedAppRequestContextGetter( const base::FilePath& partition_path, bool in_memory, content::ProtocolHandlerMap* protocol_handlers, content::URLRequestInterceptorScopedVector request_interceptors) const argument
284 GetIsolatedMediaRequestContextGetter( const base::FilePath& partition_path, bool in_memory) const argument
H A Dstorage_partition_descriptor.h16 StoragePartitionDescriptor(const base::FilePath& partition_path, argument
18 : path(partition_path),
/external/chromium_org/chrome/browser/ui/app_list/test/
H A Dfake_profile.cc54 const base::FilePath& partition_path,
154 const base::FilePath& partition_path,
53 GetMediaRequestContextForStoragePartition( const base::FilePath& partition_path, bool in_memory) argument
153 CreateRequestContextForStoragePartition( const base::FilePath& partition_path, bool in_memory, content::ProtocolHandlerMap* protocol_handlers, content::URLRequestInterceptorScopedVector request_interceptors) argument
/external/chromium_org/chrome/browser/
H A Dchrome_content_browser_client.cc956 const base::FilePath& partition_path,
962 partition_path,
954 CreateRequestContextForStoragePartition( content::BrowserContext* browser_context, const base::FilePath& partition_path, bool in_memory, content::ProtocolHandlerMap* protocol_handlers, content::URLRequestInterceptorScopedVector request_interceptors) argument
/external/chromium_org/android_webview/browser/
H A Daw_browser_context.cc172 const base::FilePath& partition_path,
264 const base::FilePath& partition_path,
171 CreateRequestContextForStoragePartition( const base::FilePath& partition_path, bool in_memory, content::ProtocolHandlerMap* protocol_handlers, content::URLRequestInterceptorScopedVector request_interceptors) argument
263 GetMediaRequestContextForStoragePartition( const base::FilePath& partition_path, bool in_memory) argument
H A Daw_content_browser_client.cc249 const base::FilePath& partition_path,
257 partition_path, in_memory, protocol_handlers,
247 CreateRequestContextForStoragePartition( content::BrowserContext* browser_context, const base::FilePath& partition_path, bool in_memory, content::ProtocolHandlerMap* protocol_handlers, content::URLRequestInterceptorScopedVector request_interceptors) argument
/external/chromium_org/android_webview/browser/net/
H A Daw_url_request_context_getter.cc175 const base::FilePath& partition_path, net::CookieStore* cookie_store,
178 : partition_path_(partition_path),
174 AwURLRequestContextGetter( const base::FilePath& partition_path, net::CookieStore* cookie_store, scoped_ptr<data_reduction_proxy::DataReductionProxyConfigService> config_service) argument

Completed in 353 milliseconds