HomeSort by relevance Sort by last modified time
    Searched refs:UPDATING (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/chrome/browser/ui/webui/help/
version_updater.h 13 // Interface implemented to expose per-platform updating functionality.
19 UPDATING,
44 // and should only be non-zero for the UPDATING state. string16 parameter is
version_updater_chromeos.cc 191 my_status = UPDATING;
198 my_status = UPDATING;
213 // If version updating is not implemented, this binary is the most up-to-date
214 // possible with respect to automatic updating.
help_handler.cc 169 { "updating", IDS_UPGRADE_UPDATING },
451 // Only UPDATING state should have progress set.
452 DCHECK(status == VersionUpdater::UPDATING || progress == 0);
459 case VersionUpdater::UPDATING:
460 status_str = "updating";
482 if (status == VersionUpdater::UPDATING) {
version_updater_win.cc 186 status = UPDATING;

Completed in 43 milliseconds