Searched refs:LoadCache (Results 1 – 10 of 10) sorted by relevance
/external/chromium_org/content/browser/gpu/ |
D | shader_disk_cache.cc | 76 void LoadCache(); 254 void ShaderDiskReadHelper::LoadCache() { in LoadCache() function in content::ShaderDiskReadHelper 592 helper_->LoadCache(); in CacheCreatedCallback()
|
/external/chromium_org/content/browser/appcache/ |
D | appcache_host.cc | 354 storage()->LoadCache(cache_id, this); in LoadSelectedCache() 484 storage()->LoadCache(cache_id, this); in LoadMainResourceCache()
|
D | appcache_storage_impl.h | 45 virtual void LoadCache(int64 id, Delegate* delegate) OVERRIDE;
|
D | mock_appcache_storage_unittest.cc | 89 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()
|
D | mock_appcache_storage.h | 53 virtual void LoadCache(int64 id, Delegate* delegate) OVERRIDE;
|
D | appcache_storage.h | 95 virtual void LoadCache(int64 id, Delegate* delegate) = 0;
|
D | appcache_url_request_job.cc | 155 storage_->LoadCache(cache_id_, this); in BeginExecutableHandlerDelivery()
|
D | appcache_storage_impl_unittest.cc | 468 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()
|
D | mock_appcache_storage.cc | 55 void MockAppCacheStorage::LoadCache(int64 id, Delegate* delegate) { in LoadCache() function in content::MockAppCacheStorage
|
D | appcache_storage_impl.cc | 1391 void AppCacheStorageImpl::LoadCache(int64 id, Delegate* delegate) { in LoadCache() function in content::AppCacheStorageImpl
|