Home
last modified time | relevance | path

Searched refs:StartUpdateWithNewMasterEntry (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/webkit/browser/appcache/
Dappcache_group.h82 StartUpdateWithNewMasterEntry(host, GURL()); in StartUpdateWithHost()
88 void StartUpdateWithNewMasterEntry(AppCacheHost* host,
Dappcache_group.cc155 void AppCacheGroup::StartUpdateWithNewMasterEntry( in StartUpdateWithNewMasterEntry() function in appcache::AppCacheGroup
218 StartUpdateWithNewMasterEntry(host, it->second); in RunQueuedUpdates()
Dappcache_group_unittest.cc271 group->StartUpdateWithNewMasterEntry(&host, host.new_master_entry_url_); in TEST_F()
Dappcache_host.cc404 group->StartUpdateWithNewMasterEntry(this, new_master_entry_url_); in FinishCacheSelection()