Home
last modified time | relevance | path

Searched refs:LoadCache (Results 1 – 10 of 10) sorted by relevance

/external/chromium_org/content/browser/gpu/
Dshader_disk_cache.cc76 void LoadCache();
254 void ShaderDiskReadHelper::LoadCache() { in LoadCache() function in content::ShaderDiskReadHelper
592 helper_->LoadCache(); in CacheCreatedCallback()
/external/chromium_org/content/browser/appcache/
Dappcache_host.cc354 storage()->LoadCache(cache_id, this); in LoadSelectedCache()
484 storage()->LoadCache(cache_id, this); in LoadMainResourceCache()
Dappcache_storage_impl.h45 virtual void LoadCache(int64 id, Delegate* delegate) OVERRIDE;
Dmock_appcache_storage_unittest.cc89 service.storage()->LoadCache(111, &delegate); in TEST_F()
109 service.storage()->LoadCache(cache_id, &delegate); in TEST_F()
193 storage->LoadCache(cache_id, &delegate); in TEST_F()
Dmock_appcache_storage.h53 virtual void LoadCache(int64 id, Delegate* delegate) OVERRIDE;
Dappcache_storage.h95 virtual void LoadCache(int64 id, Delegate* delegate) = 0;
Dappcache_url_request_job.cc155 storage_->LoadCache(cache_id_, this); in BeginExecutableHandlerDelivery()
Dappcache_storage_impl_unittest.cc468 storage()->LoadCache(111, delegate()); in LoadCache_Miss()
493 storage()->LoadCache(cache_id, delegate()); in LoadCache_NearHit()
560 storage()->LoadCache(1, delegate()); in LoadGroupAndCache_FarHit()
917 storage()->LoadCache(1, delegate()); in MarkEntryAsForeignWithLoadInProgress()
Dmock_appcache_storage.cc55 void MockAppCacheStorage::LoadCache(int64 id, Delegate* delegate) { in LoadCache() function in content::MockAppCacheStorage
Dappcache_storage_impl.cc1391 void AppCacheStorageImpl::LoadCache(int64 id, Delegate* delegate) { in LoadCache() function in content::AppCacheStorageImpl