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

  /external/chromium_org/chrome/browser/chromeos/login/screens/
reset_screen.cc 41 return WizardController::kResetScreenName;
  /external/chromium_org/chrome/browser/ui/webui/chromeos/login/
core_oobe_handler.cc 171 wizard_controller->AdvanceToScreen(WizardController::kResetScreenName);
177 WizardController::kResetScreenName, params.Pass());
  /external/chromium_org/chrome/browser/chromeos/login/
wizard_controller.cc 153 const char WizardController::kResetScreenName[] = "reset";
307 } else if (screen_name == kResetScreenName) {
448 SetCurrentScreen(GetScreen(kResetScreenName));
885 } else if (screen_name == kResetScreenName)
    [all...]
wizard_controller.h 152 static const char kResetScreenName[];
existing_user_controller.cc 770 host_->StartWizard(WizardController::kResetScreenName, params.Pass());
    [all...]

Completed in 220 milliseconds