Lines Matching full:result_
151 : result_(UPGRADE_ERROR) {
160 result_ = UPGRADE_CHECK_STARTED;
164 result_ = UPGRADE_IS_AVAILABLE;
178 result_ = UPGRADE_STARTED;
188 if (result_ == UPGRADE_STARTED)
189 result_ = UPGRADE_SUCCESSFUL;
190 else if (result_ == UPGRADE_CHECK_STARTED)
191 result_ = UPGRADE_ALREADY_UP_TO_DATE;
196 result_ = UPGRADE_ERROR;
216 DCHECK(result_ != UPGRADE_STARTED && result_ != UPGRADE_CHECK_STARTED);
218 *result = result_;
231 GoogleUpdateUpgradeResult result_;