Searched defs:SelectCache (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/content/child/appcache/
H A Dappcache_backend_proxy.cc25 void AppCacheBackendProxy::SelectCache( function in class:content::AppCacheBackendProxy
/external/chromium_org/content/browser/appcache/
H A Dappcache_backend_impl.cc65 bool AppCacheBackendImpl::SelectCache( function in class:content::AppCacheBackendImpl
74 host->SelectCache(document_url, cache_document_was_loaded_from,
H A Dappcache_host.cc81 void AppCacheHost::SelectCache(const GURL& document_url, function in class:content::AppCacheHost
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

Completed in 765 milliseconds