Home
last modified time | relevance | path

Searched refs:CancelAllMasterEntryFetches (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/webkit/browser/appcache/
Dappcache_update_job.h215 void CancelAllMasterEntryFetches(const std::string& error_message);
Dappcache_update_job.cc405 CancelAllMasterEntryFetches(error_message); in HandleCacheFailure()
479 CancelAllMasterEntryFetches("The cache has been made obsolete, " in OnGroupMadeObsolete()
1110 void AppCacheUpdateJob::CancelAllMasterEntryFetches( in CancelAllMasterEntryFetches() function in appcache::AppCacheUpdateJob