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 206 const GURL& namespace_entry_url) {
210 if (ResourceType::IsFrame(resource_type_) && !namespace_entry_url.is_empty())
211 host_->NotifyMainResourceIsNamespaceEntry(namespace_entry_url);
250 const GURL& namespace_entry_url, const AppCacheEntry& fallback_entry,
289 found_namespace_entry_url_ = namespace_entry_url;
mock_appcache_storage.cc 239 GURL namespace_entry_url; member in struct:appcache::__anon15353::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 72 const GURL& namespace_entry_url);
appcache_host.h 130 void NotifyMainResourceIsNamespaceEntry(const GURL& namespace_entry_url);
appcache_storage_impl.h 132 const GURL& namespace_entry_url, const AppCacheEntry& fallback_entry,
appcache_host.cc 482 const GURL& namespace_entry_url) {
484 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 217 const GURL& namespace_entry_url,
224 found_namespace_entry_url_ = namespace_entry_url;
    [all...]

Completed in 5475 milliseconds