Home
last modified time | relevance | path

Searched refs:UPGRADE_ERROR (Results 1 – 4 of 4) sorted by relevance

/external/chromium/chrome/browser/chromeos/
Dgoogle_update_chromeos.cc77 GoogleUpdateUpgradeResult final = UPGRADE_ERROR; in InitiateGoogleUpdateCheck()
81 final = UPGRADE_ERROR; in InitiateGoogleUpdateCheck()
109 DCHECK(results == UPGRADE_ERROR ? error_code != GOOGLE_UPDATE_NO_ERROR : in ReportResults()
/external/chromium/chrome/browser/google/
Dgoogle_update.cc151 : result_(UPGRADE_ERROR) { in COM_INTERFACE_ENTRY()
196 result_ = UPGRADE_ERROR; in STDMETHOD()
283 &GoogleUpdate::ReportResults, UPGRADE_ERROR, error_code)); in InitiateGoogleUpdateCheck()
348 if (results == UPGRADE_ERROR) in InitiateGoogleUpdateCheck()
365 DCHECK(results == UPGRADE_ERROR ? error_code != GOOGLE_UPDATE_NO_ERROR : in ReportResults()
376 &GoogleUpdate::ReportResults, UPGRADE_ERROR, error_code)); in ReportFailure()
Dgoogle_update.h36 UPGRADE_ERROR, enumerator
/external/chromium/chrome/browser/ui/views/
Dabout_chrome_view.cc802 case UPGRADE_ERROR: in UpdateStatus()