Searched refs:UPGRADE_CHECK_STARTED (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/google/
H A Dgoogle_update_win.h21 // The status of the upgrade. UPGRADE_STARTED and UPGRADE_CHECK_STARTED are
28 UPGRADE_CHECK_STARTED = 1, enumerator in enum:GoogleUpdateUpgradeResult
H A Dgoogle_update_win.cc139 result_ = UPGRADE_CHECK_STARTED;
169 else if (result_ == UPGRADE_CHECK_STARTED)
197 DCHECK(result_ != UPGRADE_STARTED && result_ != UPGRADE_CHECK_STARTED);
/external/chromium_org/chrome/browser/ui/webui/help/
H A Dversion_updater_win.cc148 UpdateStatus(UPGRADE_CHECK_STARTED, GOOGLE_UPDATE_NO_ERROR,
178 case UPGRADE_CHECK_STARTED: {

Completed in 34 milliseconds