HomeSort by relevance Sort by last modified time
    Searched refs:namespace_entry_url (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/content/browser/appcache/
appcache_request_handler.cc 213 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;
mock_appcache_storage.cc 242 GURL namespace_entry_url; member in struct:content::__anon11640::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,
appcache_request_handler.h 72 const GURL& namespace_entry_url);
appcache_storage_impl.h 134 const GURL& namespace_entry_url, const AppCacheEntry& fallback_entry,
appcache_host.cc 488 const GURL& namespace_entry_url) {
490 namespace_entry_url_ = namespace_entry_url;
appcache_host.h 148 void NotifyMainResourceIsNamespaceEntry(const GURL& namespace_entry_url);
appcache_storage.h 75 const GURL& namespace_entry_url, const AppCacheEntry& fallback_entry,
appcache_storage_impl.cc     [all...]
appcache_storage_impl_unittest.cc 219 const GURL& namespace_entry_url,
226 found_namespace_entry_url_ = namespace_entry_url;
    [all...]

Completed in 1276 milliseconds