Home
last modified time | relevance | path

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

/external/chromium_org/webkit/browser/appcache/
Dappcache_backend_impl.cc65 bool AppCacheBackendImpl::SelectCache( in SelectCache() function in appcache::AppCacheBackendImpl
74 host->SelectCache(document_url, cache_document_was_loaded_from, in SelectCache()
Dappcache_backend_impl.h33 bool SelectCache(int host_id,
Dappcache_host_unittest.cc211 host.SelectCache(kDocAndOriginUrl, kNoCacheId, GURL()); in TEST_F()
477 host.SelectCache(kDocAndOriginUrl, kNoCacheId, kManifestUrl); in TEST_F()
515 host.SelectCache(kDocAndOriginUrl, kNoCacheId, kManifestUrl); in TEST_F()
Dappcache_host.cc81 void AppCacheHost::SelectCache(const GURL& document_url, in SelectCache() function in appcache::AppCacheHost
170 SelectCache(document_url, kNoCacheId, GURL()); in MarkAsForeignEntry()
Dappcache_host.h62 void SelectCache(const GURL& document_url,
Dappcache_storage_impl_unittest.cc1707 host1->SelectCache(kEmptyPageUrl, in Continue_Reinitialize()
Dappcache_update_job_unittest.cc1945 host->SelectCache(MockHttpServer::GetMockUrl("files/empty1"), in MasterEntryFailStoreNewestCacheTest()
/external/chromium_org/content/child/appcache/
Dweb_application_cache_host_impl.cc201 backend_->SelectCache(host_id_, document_url_, in selectCacheWithoutManifest()
226 backend_->SelectCache( in selectCacheWithManifest()
246 backend_->SelectCache(host_id_, document_url_, in selectCacheWithManifest()
Dappcache_backend_proxy.h26 virtual void SelectCache(int host_id,
Dappcache_backend_proxy.cc25 void AppCacheBackendProxy::SelectCache( in SelectCache() function in content::AppCacheBackendProxy
/external/chromium_org/webkit/common/appcache/
Dappcache_interfaces.h146 virtual void SelectCache(int host_id,
/external/chromium_org/content/browser/appcache/
Dappcache_dispatcher_host.cc99 if (!backend_impl_.SelectCache(host_id, in OnSelectCache()