Searched refs:PLAN_ACTIVATION_ERROR (Results 1 - 2 of 2) 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...]
/external/chromium/chrome/browser/resources/
H A Dmobile_setup.js25 MobileSetup.PLAN_ACTIVATION_ERROR = 0xFF;
171 case MobileSetup.PLAN_ACTIVATION_ERROR:

Completed in 18 milliseconds