Searched refs:LoadOrCreateGroup (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/content/browser/appcache/
H A Dappcache_host.cc135 LoadOrCreateGroup(manifest_url);
338 void AppCacheHost::LoadOrCreateGroup(const GURL& manifest_url) { function in class:content::AppCacheHost
341 storage()->LoadOrCreateGroup(manifest_url, this);
H A Dappcache_service_impl.cc141 service_->storage()->LoadOrCreateGroup(manifest_url_, this);
236 service_->storage()->LoadOrCreateGroup(iter->manifest_url, this);
320 service_->storage()->LoadOrCreateGroup(manifest_url_, this);
H A Dappcache_host.h185 void LoadOrCreateGroup(const GURL& manifest_url);
H A Dappcache_storage.h102 virtual void LoadOrCreateGroup(
H A Dappcache_storage_impl.h46 virtual void LoadOrCreateGroup(const GURL& manifest_url,
H A Dmock_appcache_storage.h54 virtual void LoadOrCreateGroup(const GURL& manifest_url,
H A Dmock_appcache_storage_unittest.cc122 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);
H A Dmock_appcache_storage.cc68 void MockAppCacheStorage::LoadOrCreateGroup( function in class:content::MockAppCacheStorage
H A Dview_appcache_internals_job.cc476 appcache_storage_->LoadOrCreateGroup(manifest_url_, this);
H A Dappcache_storage_impl_unittest.cc509 storage()->LoadOrCreateGroup(kManifestUrl, delegate());
523 storage()->LoadOrCreateGroup(kManifestUrl, delegate());
584 storage()->LoadOrCreateGroup(kManifestUrl, delegate());
H A Dappcache_storage_impl.cc1420 void AppCacheStorageImpl::LoadOrCreateGroup( function in class:content::AppCacheStorageImpl

Completed in 723 milliseconds