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

/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.cc231 backend_->MarkAsForeignEntry(host_id_, document_url_,
/external/chromium_org/webkit/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:appcache::AppCacheBackendImpl
107 host->MarkAsForeignEntry(document_url, cache_document_was_loaded_from);
H A Dappcache_host.h89 void MarkAsForeignEntry(const GURL& document_url,
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:appcache::AppCacheHost
/external/chromium_org/webkit/common/appcache/
H A Dappcache_interfaces.h188 virtual void MarkAsForeignEntry(int host_id, const GURL& document_url,
/external/chromium_org/content/browser/appcache/
H A Dappcache_dispatcher_host.cc136 if (!backend_impl_.MarkAsForeignEntry(
H A Dappcache_host_unittest.cc259 host.MarkAsForeignEntry(kDocumentURL, kCacheId);
291 host.MarkAsForeignEntry(GURL("http://origin/missing_document"), kCacheId);

Completed in 142 milliseconds