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

  /external/chromium_org/webkit/browser/appcache/
appcache_request_handler.cc 188 const GURL& namespace_entry_url) {
192 if (ResourceType::IsFrame(resource_type_) && !namespace_entry_url.is_empty())
193 host_->NotifyMainResourceIsNamespaceEntry(namespace_entry_url);
232 const GURL& namespace_entry_url, const AppCacheEntry& fallback_entry,
271 found_namespace_entry_url_ = namespace_entry_url;
mock_appcache_storage.cc 239 GURL namespace_entry_url; member in struct:appcache::__anon17139::FoundCandidate
283 best_candidate->namespace_entry_url =
286 best_candidate->namespace_entry_url =
365 found_candidate.namespace_entry_url = GURL();
393 url, found_candidate.entry, found_candidate.namespace_entry_url,
403 found_fallback_candidate.namespace_entry_url,
appcache_request_handler.h 68 const GURL& namespace_entry_url);
appcache_host.h 129 void NotifyMainResourceIsNamespaceEntry(const GURL& namespace_entry_url);
appcache_storage_impl.h 131 const GURL& namespace_entry_url, const AppCacheEntry& fallback_entry,
appcache_host.cc 471 const GURL& namespace_entry_url) {
473 namespace_entry_url_ = namespace_entry_url;
appcache_storage.h 69 const GURL& namespace_entry_url, const AppCacheEntry& fallback_entry,
appcache_storage_impl.cc     [all...]
appcache_storage_impl_unittest.cc 111 const GURL& namespace_entry_url,
118 found_namespace_entry_url_ = namespace_entry_url;
    [all...]

Completed in 593 milliseconds