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

/external/chromium_org/webkit/browser/appcache/
H A Dappcache_host.cc135 LoadOrCreateGroup(manifest_url);
338 void AppCacheHost::LoadOrCreateGroup(const GURL& manifest_url) { function in class:appcache::AppCacheHost
341 storage()->LoadOrCreateGroup(manifest_url, this);
H A Dappcache_service_impl.cc140 service_->storage()->LoadOrCreateGroup(manifest_url_, this);
235 service_->storage()->LoadOrCreateGroup(iter->manifest_url, this);
319 service_->storage()->LoadOrCreateGroup(manifest_url_, this);
H A Dappcache_host.h188 void LoadOrCreateGroup(const GURL& manifest_url);
H A Dappcache_storage.h106 virtual void LoadOrCreateGroup(
H A Dappcache_storage_impl.h44 virtual void LoadOrCreateGroup(const GURL& manifest_url,
H A Dappcache_storage_impl.cc1413 void AppCacheStorageImpl::LoadOrCreateGroup( function in class:appcache::AppCacheStorageImpl
/external/chromium_org/content/browser/appcache/
H A Dmock_appcache_storage.h65 virtual void LoadOrCreateGroup(const GURL& manifest_url,
H A Dmock_appcache_storage_unittest.cc134 service.storage()->LoadOrCreateGroup(manifest_url, &delegate);
155 service.storage()->LoadOrCreateGroup(manifest_url, &delegate);
166 service.storage()->LoadOrCreateGroup(manifest_url, &delegate);
216 storage->LoadOrCreateGroup(manifest_url, &delegate);
H A Dmock_appcache_storage.cc75 void MockAppCacheStorage::LoadOrCreateGroup( function in class:content::MockAppCacheStorage
H A Dview_appcache_internals_job.cc488 appcache_storage_->LoadOrCreateGroup(manifest_url_, this);
H A Dappcache_storage_impl_unittest.cc533 storage()->LoadOrCreateGroup(kManifestUrl, delegate());
547 storage()->LoadOrCreateGroup(kManifestUrl, delegate());
608 storage()->LoadOrCreateGroup(kManifestUrl, delegate());

Completed in 867 milliseconds