Searched refs:SelectCache (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/content/browser/appcache/
H A Dappcache_backend_impl.h33 bool SelectCache(int host_id,
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_unittest.cc212 host.SelectCache(kDocAndOriginUrl, kAppCacheNoCacheId, GURL());
478 host.SelectCache(kDocAndOriginUrl, kAppCacheNoCacheId, kManifestUrl);
516 host.SelectCache(kDocAndOriginUrl, kAppCacheNoCacheId, kManifestUrl);
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
H A Dappcache_dispatcher_host.cc99 if (!backend_impl_.SelectCache(host_id,
H A Dappcache_host.h79 void SelectCache(const GURL& document_url,
H A Dappcache_storage_impl_unittest.cc1753 host1->SelectCache(kEmptyPageUrl,
H A Dappcache_update_job_unittest.cc1948 host->SelectCache(MockHttpServer::GetMockUrl("files/empty1"),
/external/chromium_org/content/child/appcache/
H A Dappcache_backend_proxy.cc25 void AppCacheBackendProxy::SelectCache( function in class:content::AppCacheBackendProxy
H A Dappcache_backend_proxy.h26 virtual void SelectCache(int host_id,
H A Dweb_application_cache_host_impl.cc193 backend_->SelectCache(host_id_, document_url_,
218 backend_->SelectCache(
238 backend_->SelectCache(host_id_, document_url_,
/external/chromium_org/content/common/
H A Dappcache_interfaces.h142 virtual void SelectCache(int host_id,

Completed in 142 milliseconds