Searched refs:SelectCache (Results 1 – 12 of 12) sorted by relevance
/external/chromium_org/webkit/browser/appcache/ |
D | appcache_backend_impl.cc | 65 bool AppCacheBackendImpl::SelectCache( in SelectCache() function in appcache::AppCacheBackendImpl 74 host->SelectCache(document_url, cache_document_was_loaded_from, in SelectCache()
|
D | appcache_backend_impl.h | 33 bool SelectCache(int host_id,
|
D | appcache_host_unittest.cc | 211 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()
|
D | appcache_host.cc | 81 void AppCacheHost::SelectCache(const GURL& document_url, in SelectCache() function in appcache::AppCacheHost 170 SelectCache(document_url, kNoCacheId, GURL()); in MarkAsForeignEntry()
|
D | appcache_host.h | 62 void SelectCache(const GURL& document_url,
|
D | appcache_storage_impl_unittest.cc | 1707 host1->SelectCache(kEmptyPageUrl, in Continue_Reinitialize()
|
D | appcache_update_job_unittest.cc | 1945 host->SelectCache(MockHttpServer::GetMockUrl("files/empty1"), in MasterEntryFailStoreNewestCacheTest()
|
/external/chromium_org/content/child/appcache/ |
D | web_application_cache_host_impl.cc | 201 backend_->SelectCache(host_id_, document_url_, in selectCacheWithoutManifest() 226 backend_->SelectCache( in selectCacheWithManifest() 246 backend_->SelectCache(host_id_, document_url_, in selectCacheWithManifest()
|
D | appcache_backend_proxy.h | 26 virtual void SelectCache(int host_id,
|
D | appcache_backend_proxy.cc | 25 void AppCacheBackendProxy::SelectCache( in SelectCache() function in content::AppCacheBackendProxy
|
/external/chromium_org/webkit/common/appcache/ |
D | appcache_interfaces.h | 146 virtual void SelectCache(int host_id,
|
/external/chromium_org/content/browser/appcache/ |
D | appcache_dispatcher_host.cc | 99 if (!backend_impl_.SelectCache(host_id, in OnSelectCache()
|