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

  /external/chromium_org/content/child/appcache/
appcache_backend_proxy.h 37 virtual void MarkAsForeignEntry(
appcache_backend_proxy.cc 49 void AppCacheBackendProxy::MarkAsForeignEntry(
web_application_cache_host_impl.cc 231 backend_->MarkAsForeignEntry(host_id_, document_url_,
  /external/chromium_org/webkit/browser/appcache/
appcache_backend_impl.h 42 bool MarkAsForeignEntry(int host_id, const GURL& document_url,
appcache_backend_impl.cc 99 bool AppCacheBackendImpl::MarkAsForeignEntry(
107 host->MarkAsForeignEntry(document_url, cache_document_was_loaded_from);
appcache_host.h 89 void MarkAsForeignEntry(const GURL& document_url,
appcache_host.cc 101 // MarkAsForeignEntry is called in that case, so that detection
170 void AppCacheHost::MarkAsForeignEntry(const GURL& document_url,
  /external/chromium_org/webkit/common/appcache/
appcache_interfaces.h 188 virtual void MarkAsForeignEntry(int host_id, const GURL& document_url,
  /external/chromium_org/content/browser/appcache/
appcache_dispatcher_host.cc 136 if (!backend_impl_.MarkAsForeignEntry(
appcache_host_unittest.cc 259 host.MarkAsForeignEntry(kDocumentURL, kCacheId);
291 host.MarkAsForeignEntry(GURL("http://origin/missing_document"), kCacheId);

Completed in 48 milliseconds