Searched defs:PLAN_ACTIVATION_ERROR (Results 1 - 1 of 1) sorted by relevance

/external/chromium/chrome/browser/ui/webui/chromeos/
H A Dmobile_setup_ui.cc191 PLAN_ACTIVATION_ERROR = 0xFF, enumerator in enum:MobileSetupHandler::PlanActivationState
547 ChangeState(NULL, PLAN_ACTIVATION_ERROR, GetErrorMessage(error));
652 *new_state = PLAN_ACTIVATION_ERROR;
859 new_state = PLAN_ACTIVATION_ERROR;
906 new_state = PLAN_ACTIVATION_ERROR;
930 case PLAN_ACTIVATION_ERROR:
934 if (new_state != PLAN_ACTIVATION_ERROR &&
969 new_state = PLAN_ACTIVATION_ERROR;
975 new_state = PLAN_ACTIVATION_ERROR;
979 if (new_state == PLAN_ACTIVATION_ERROR
[all...]

Completed in 87 milliseconds