Searched refs:UPGRADE_STARTED (Results 1 - 6 of 6) sorted by relevance

/external/chromium/chrome/browser/google/
H A Dgoogle_update.h22 // The status of the upgrade. UPGRADE_STARTED and UPGRADE_CHECK_STARTED are
26 UPGRADE_STARTED = 0, enumerator in enum:GoogleUpdateUpgradeResult
H A Dgoogle_update.cc178 result_ = UPGRADE_STARTED;
188 if (result_ == UPGRADE_STARTED)
216 DCHECK(result_ != UPGRADE_STARTED && result_ != UPGRADE_CHECK_STARTED);
/external/chromium_org/chrome/browser/google/
H A Dgoogle_update_win.h21 // The status of the upgrade. UPGRADE_STARTED and UPGRADE_CHECK_STARTED are
25 UPGRADE_STARTED = 0, enumerator in enum:GoogleUpdateUpgradeResult
H A Dgoogle_update_win.cc155 result_ = UPGRADE_STARTED;
165 if (result_ == UPGRADE_STARTED)
195 DCHECK(result_ != UPGRADE_STARTED && result_ != UPGRADE_CHECK_STARTED);
/external/chromium_org/chrome/browser/ui/webui/help/
H A Dversion_updater_win.cc185 case UPGRADE_STARTED: {
195 UpdateStatus(UPGRADE_STARTED, GOOGLE_UPDATE_NO_ERROR, base::string16());
/external/chromium/chrome/browser/ui/views/
H A Dabout_chrome_view.cc714 case UPGRADE_STARTED:
733 UpdateStatus(UPGRADE_STARTED, GOOGLE_UPDATE_NO_ERROR);

Completed in 1686 milliseconds