Searched refs:UPGRADE_ATTEMPT (Results 1 – 3 of 3) sorted by relevance
375 update_type_ = UPGRADE_ATTEMPT; in StartUpdate()422 AppCacheEntry* entry = (update_type_ == UPGRADE_ATTEMPT) ? in FetchManifest()459 if (update_type_ == UPGRADE_ATTEMPT) in HandleManifestFetchCompleted()463 } else if (response_code == 304 && update_type_ == UPGRADE_ATTEMPT) { in HandleManifestFetchCompleted()466 update_type_ == UPGRADE_ATTEMPT) { in HandleManifestFetchCompleted()496 DCHECK(update_type_ == UPGRADE_ATTEMPT); in ContinueHandleManifestFetchCompleted()590 } else if (update_type_ == UPGRADE_ATTEMPT && in HandleUrlFetchCompleted()860 DCHECK(update_type_ == UPGRADE_ATTEMPT); in CheckIfManifestChanged()931 if (update_type_ == UPGRADE_ATTEMPT) { in BuildUrlFileList()1152 if (update_type_ != UPGRADE_ATTEMPT) in MaybeLoadFromNewestCache()
64 UPGRADE_ATTEMPT, enumerator
687 EXPECT_EQ(AppCacheUpdateJob::UPGRADE_ATTEMPT, update->update_type_); in StartUpgradeAttemptTest()