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

  /external/chromium_org/content/browser/appcache/
appcache_host.cc 135 LoadOrCreateGroup(manifest_url);
338 void AppCacheHost::LoadOrCreateGroup(const GURL& manifest_url) {
341 storage()->LoadOrCreateGroup(manifest_url, this);
appcache_storage_impl.h 46 virtual void LoadOrCreateGroup(const GURL& manifest_url,
appcache_service_impl.cc 141 service_->storage()->LoadOrCreateGroup(manifest_url_, this);
236 service_->storage()->LoadOrCreateGroup(iter->manifest_url, this);
320 service_->storage()->LoadOrCreateGroup(manifest_url_, this);
appcache_host.h 185 void LoadOrCreateGroup(const GURL& manifest_url);
appcache_storage.h 102 virtual void LoadOrCreateGroup(
mock_appcache_storage.h 54 virtual void LoadOrCreateGroup(const GURL& manifest_url,
mock_appcache_storage_unittest.cc 122 service.storage()->LoadOrCreateGroup(manifest_url, &delegate);
143 service.storage()->LoadOrCreateGroup(manifest_url, &delegate);
154 service.storage()->LoadOrCreateGroup(manifest_url, &delegate);
204 storage->LoadOrCreateGroup(manifest_url, &delegate);
mock_appcache_storage.cc 68 void MockAppCacheStorage::LoadOrCreateGroup(
view_appcache_internals_job.cc 476 appcache_storage_->LoadOrCreateGroup(manifest_url_, this);
appcache_storage_impl_unittest.cc 509 storage()->LoadOrCreateGroup(kManifestUrl, delegate());
523 storage()->LoadOrCreateGroup(kManifestUrl, delegate());
584 storage()->LoadOrCreateGroup(kManifestUrl, delegate());
    [all...]
appcache_storage_impl.cc     [all...]

Completed in 495 milliseconds