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/webkit/browser/appcache/
H A Dappcache_backend_impl.cc65 bool AppCacheBackendImpl::SelectCache( function in class:appcache::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:appcache::AppCacheHost
125 // and invokes SelectCache without a manifest url, so that detection step
170 SelectCache(document_url, kNoCacheId, GURL());
291 // Store the first party origin so that it can be used later in SelectCache

Completed in 111 milliseconds