Home | History | Annotate | Download | only in appcache

Lines Matching refs:MASTER

492     // Wait for pending master entries to download.
516 // Associate all pending master hosts with the newly created cache.
607 // no longer fetches master entries directly. For now, we cancel all pending
608 // master entry fetches when entering cache failure state so this will never
625 // Add fetched master entry to the appropriate cache.
629 AppCacheEntry master_entry(AppCacheEntry::MASTER,
661 const char* kFormatString = "Master entry fetch failed (%d) %s";
666 // In downloading case, update result is different if all master entries
669 // Only count successful downloads to know if all master entries failed.
912 // Add all master entries from newest complete cache.
920 AddUrlToFileList(it->first, AppCacheEntry::MASTER);
1036 entry->add_types(AppCacheEntry::MASTER);
1058 // Fetch each master entry in the list, up to the concurrent limit.
1064 if (AlreadyFetchedEntry(url, AppCacheEntry::MASTER)) {
1068 // now that master entry has been "successfully downloaded".
1094 // For now, cancel all in-progress fetches for master entries and pretend
1095 // all master entries fetches have completed.
1096 // TODO(jennb): Delete this when update no longer fetches master entries
1110 // Pretend all master entries that have not yet been fetched have completed
1218 // Must wait for any pending master entries or url fetches to complete.
1272 // to retry the update at a later time. Need group, URLs of pending master