Searched refs:namespace_entry_url (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/content/browser/appcache/
H A Dappcache_request_handler.cc213 const GURL& namespace_entry_url) {
217 if (IsResourceTypeFrame(resource_type_) && !namespace_entry_url.is_empty())
218 host_->NotifyMainResourceIsNamespaceEntry(namespace_entry_url);
257 const GURL& namespace_entry_url, const AppCacheEntry& fallback_entry,
296 found_namespace_entry_url_ = namespace_entry_url;
210 DeliverAppCachedResponse( const AppCacheEntry& entry, int64 cache_id, int64 group_id, const GURL& manifest_url, bool is_fallback, const GURL& namespace_entry_url) argument
255 OnMainResponseFound( const GURL& url, const AppCacheEntry& entry, const GURL& namespace_entry_url, const AppCacheEntry& fallback_entry, int64 cache_id, int64 group_id, const GURL& manifest_url) argument
H A Dmock_appcache_storage.cc242 GURL namespace_entry_url; member in struct:content::__anon7015::FoundCandidate
286 best_candidate->namespace_entry_url =
289 best_candidate->namespace_entry_url =
368 found_candidate.namespace_entry_url = GURL();
396 url, found_candidate.entry, found_candidate.namespace_entry_url,
406 found_fallback_candidate.namespace_entry_url,
H A Dappcache_request_handler.h72 const GURL& namespace_entry_url);
H A Dappcache_host.cc488 const GURL& namespace_entry_url) {
490 namespace_entry_url_ = namespace_entry_url;
487 NotifyMainResourceIsNamespaceEntry( const GURL& namespace_entry_url) argument
H A Dappcache_host.h148 void NotifyMainResourceIsNamespaceEntry(const GURL& namespace_entry_url);
H A Dappcache_storage.h75 const GURL& namespace_entry_url, const AppCacheEntry& fallback_entry,
73 OnMainResponseFound( const GURL& url, const AppCacheEntry& entry, const GURL& namespace_entry_url, const AppCacheEntry& fallback_entry, int64 cache_id, int64 group_id, const GURL& mainfest_url) argument
H A Dappcache_storage_impl.h134 const GURL& namespace_entry_url, const AppCacheEntry& fallback_entry,
H A Dappcache_storage_impl.cc1578 const GURL& namespace_entry_url, const AppCacheEntry& fallback_entry,
1583 namespace_entry_url, fallback_entry,
1575 CallOnMainResponseFound( DelegateReferenceVector* delegates, const GURL& url, const AppCacheEntry& entry, const GURL& namespace_entry_url, const AppCacheEntry& fallback_entry, int64 cache_id, int64 group_id, const GURL& manifest_url) argument
H A Dappcache_storage_impl_unittest.cc219 const GURL& namespace_entry_url,
226 found_namespace_entry_url_ = namespace_entry_url;

Completed in 3633 milliseconds