OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SelectCache
(Results
1 - 12
of
12
) sorted by null
/external/chromium_org/content/child/appcache/
appcache_backend_proxy.h
26
virtual void
SelectCache
(int host_id,
appcache_backend_proxy.cc
25
void AppCacheBackendProxy::
SelectCache
(
web_application_cache_host_impl.cc
193
backend_->
SelectCache
(host_id_, document_url_,
218
backend_->
SelectCache
(
238
backend_->
SelectCache
(host_id_, document_url_,
/external/chromium_org/content/browser/appcache/
appcache_backend_impl.h
33
bool
SelectCache
(int host_id,
appcache_backend_impl.cc
65
bool AppCacheBackendImpl::
SelectCache
(
74
host->
SelectCache
(document_url, cache_document_was_loaded_from,
appcache_host_unittest.cc
212
host.
SelectCache
(kDocAndOriginUrl, kAppCacheNoCacheId, GURL());
478
host.
SelectCache
(kDocAndOriginUrl, kAppCacheNoCacheId, kManifestUrl);
516
host.
SelectCache
(kDocAndOriginUrl, kAppCacheNoCacheId, kManifestUrl);
appcache_host.cc
81
void AppCacheHost::
SelectCache
(const GURL& document_url,
131
// and invokes
SelectCache
without a manifest url, so that detection step
176
SelectCache
(document_url, kAppCacheNoCacheId, GURL());
297
// Store the first party origin so that it can be used later in
SelectCache
appcache_dispatcher_host.cc
99
if (!backend_impl_.
SelectCache
(host_id,
appcache_host.h
79
void
SelectCache
(const GURL& document_url,
appcache_storage_impl_unittest.cc
[
all
...]
appcache_update_job_unittest.cc
[
all
...]
/external/chromium_org/content/common/
appcache_interfaces.h
142
virtual void
SelectCache
(int host_id,
Completed in 676 milliseconds