Searched refs:partition_path (Results 1 - 25 of 44) sorted by relevance

12

/external/chromium_org/content/browser/resources/indexed_db/
H A Dindexeddb_internals.js32 function withNode(selector, partition_path, origin_url, callback) {
36 if (partition_path == link.idb_partition_path &&
44 function onOriginDownloadReady(partition_path, origin_url, connection_count) {
45 withNode('a.download', partition_path, origin_url, function(link) {
48 withNode('.connection-count', partition_path, origin_url, function(span) {
53 function onForcedClose(partition_path, origin_url, connection_count) {
54 withNode('a.force-close', partition_path, origin_url, function(link) {
57 withNode('.connection-count', partition_path, origin_url, function(span) {
64 function onOriginsReady(origins, partition_path) {
69 partition_path
[all...]
/external/chromium_org/chrome/browser/profiles/
H A Dstorage_partition_descriptor.h16 StoragePartitionDescriptor(const base::FilePath& partition_path, argument
18 : path(partition_path),
H A Doff_the_record_profile_io_data.h58 const base::FilePath& partition_path,
62 const base::FilePath& partition_path,
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 Doff_the_record_profile_impl.h56 const base::FilePath& partition_path,
102 const base::FilePath& partition_path,
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 Dprofile_impl.h89 const base::FilePath& partition_path,
125 const base::FilePath& partition_path,
H A Dprofile_impl_io_data.h85 const base::FilePath& partition_path,
101 const base::FilePath& partition_path,
/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...]
H A Dindexed_db_internals_ui.h43 const base::FilePath& partition_path,
46 void OnDownloadDataReady(const base::FilePath& partition_path,
51 void OnDownloadStarted(const base::FilePath& partition_path,
60 const base::FilePath& partition_path,
63 void OnForcedClose(const base::FilePath& partition_path,
/external/chromium_org/content/shell/browser/
H A Dshell_browser_context.h49 const base::FilePath& partition_path,
61 const base::FilePath& partition_path,
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.h46 const base::FilePath& partition_path,
/external/chromium_org/android_webview/browser/net/
H A Daw_url_request_context_getter.h38 const base::FilePath& partition_path,
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
/external/chromium_org/chromecast/shell/browser/
H A Dcast_browser_context.h39 const base::FilePath& partition_path,
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/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
H A Dtest_browser_context.h41 const base::FilePath& partition_path,
/external/chromium_org/content/browser/resources/service_worker/
H A Dserviceworker_internals.js137 partition_path) {
173 partition_path: partition_path}),
/external/chromium_org/android_webview/browser/
H A Daw_browser_context.h80 const base::FilePath& partition_path,
107 const base::FilePath& partition_path, bool in_memory) OVERRIDE;
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
/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
H A Dfake_profile.h46 const base::FilePath& partition_path,
76 const base::FilePath& partition_path,
/external/chromium_org/content/public/browser/
H A Dbrowser_context.h142 const base::FilePath& partition_path,

Completed in 340 milliseconds

12