OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
229
backend_->
MarkAsForeignEntry
(host_id_, document_url_,
/external/chromium_org/content/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_dispatcher_host.cc
136
if (!backend_impl_.
MarkAsForeignEntry
(
appcache_host.h
85
void
MarkAsForeignEntry
(const GURL& document_url,
appcache_host_unittest.cc
245
host.
MarkAsForeignEntry
(kDocumentURL, kCacheId);
277
host.
MarkAsForeignEntry
(GURL("http://origin/missing_document"), kCacheId);
appcache_host.cc
101
//
MarkAsForeignEntry
is called in that case, so that detection
170
void AppCacheHost::
MarkAsForeignEntry
(const GURL& document_url,
/external/chromium_org/content/common/
appcache_interfaces.h
153
virtual void
MarkAsForeignEntry
(int host_id, const GURL& document_url,
Completed in 292 milliseconds