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

  /external/chromium_org/webkit/browser/appcache/
appcache_host.cc 129 LoadOrCreateGroup(manifest_url);
332 void AppCacheHost::LoadOrCreateGroup(const GURL& manifest_url) {
335 storage()->LoadOrCreateGroup(manifest_url, this);
appcache_service.cc 140 service_->storage()->LoadOrCreateGroup(manifest_url_, this);
231 service_->storage()->LoadOrCreateGroup(iter->manifest_url, this);
313 service_->storage()->LoadOrCreateGroup(manifest_url_, this);
appcache_host.h 162 void LoadOrCreateGroup(const GURL& manifest_url);
appcache_storage_impl.h 43 virtual void LoadOrCreateGroup(const GURL& manifest_url,
appcache_storage.h 96 virtual void LoadOrCreateGroup(
mock_appcache_storage.h 36 virtual void LoadOrCreateGroup(const GURL& manifest_url,
mock_appcache_storage_unittest.cc 121 service.storage()->LoadOrCreateGroup(manifest_url, &delegate);
142 service.storage()->LoadOrCreateGroup(manifest_url, &delegate);
153 service.storage()->LoadOrCreateGroup(manifest_url, &delegate);
203 storage->LoadOrCreateGroup(manifest_url, &delegate);
mock_appcache_storage.cc 68 void MockAppCacheStorage::LoadOrCreateGroup(
view_appcache_internals_job.cc 477 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 40 milliseconds