HomeSort by relevance Sort by last modified time
    Searched refs:LoadCache (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/webkit/browser/appcache/
appcache_storage_impl.h 42 virtual void LoadCache(int64 id, Delegate* delegate) OVERRIDE;
appcache_host.cc 345 service_->storage()->LoadCache(cache_id, this);
467 service_->storage()->LoadCache(cache_id, this);
appcache_storage.h 89 virtual void LoadCache(int64 id, Delegate* delegate) = 0;
mock_appcache_storage.h 35 virtual void LoadCache(int64 id, Delegate* delegate) OVERRIDE;
appcache_url_request_job.cc 153 storage_->LoadCache(cache_id_, this);
mock_appcache_storage_unittest.cc 88 service.storage()->LoadCache(111, &delegate);
108 service.storage()->LoadCache(cache_id, &delegate);
192 storage->LoadCache(cache_id, &delegate);
appcache_storage_impl_unittest.cc 352 storage()->LoadCache(111, delegate());
377 storage()->LoadCache(cache_id, delegate());
444 storage()->LoadCache(1, delegate());
801 storage()->LoadCache(1, delegate());
    [all...]
mock_appcache_storage.cc 55 void MockAppCacheStorage::LoadCache(int64 id, Delegate* delegate) {
appcache_storage_impl.cc     [all...]
  /external/chromium_org/content/browser/gpu/
shader_disk_cache.cc 73 void LoadCache();
252 void ShaderDiskReadHelper::LoadCache() {
584 helper_->LoadCache();

Completed in 173 milliseconds