Searched refs:MarkAsForeignEntry (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/content/browser/appcache/
H A Dappcache_backend_impl.h42 bool MarkAsForeignEntry(int host_id, const GURL& document_url,
H A Dappcache_backend_impl.cc99 bool AppCacheBackendImpl::MarkAsForeignEntry( function in class:content::AppCacheBackendImpl
107 host->MarkAsForeignEntry(document_url, cache_document_was_loaded_from);
H A Dappcache_dispatcher_host.cc136 if (!backend_impl_.MarkAsForeignEntry(
H A Dappcache_host.h85 void MarkAsForeignEntry(const GURL& document_url,
H A Dappcache_host_unittest.cc245 host.MarkAsForeignEntry(kDocumentURL, kCacheId);
277 host.MarkAsForeignEntry(GURL("http://origin/missing_document"), kCacheId);
H A Dappcache_host.cc101 // MarkAsForeignEntry is called in that case, so that detection
170 void AppCacheHost::MarkAsForeignEntry(const GURL& document_url, function in class:content::AppCacheHost
/external/chromium_org/content/child/appcache/
H A Dappcache_backend_proxy.cc49 void AppCacheBackendProxy::MarkAsForeignEntry( function in class:content::AppCacheBackendProxy
H A Dappcache_backend_proxy.h37 virtual void MarkAsForeignEntry(
H A Dweb_application_cache_host_impl.cc229 backend_->MarkAsForeignEntry(host_id_, document_url_,
/external/chromium_org/content/common/
H A Dappcache_interfaces.h153 virtual void MarkAsForeignEntry(int host_id, const GURL& document_url,

Completed in 344 milliseconds