Home
last modified time | relevance | path

Searched refs:WizardController (Results 1 – 17 of 17) sorted by relevance

/external/chromium/chrome/browser/chromeos/login/
Dwizard_controller.cc122 WizardController* controller = WizardController::default_controller(); in AcceleratorPressed()
204 const char WizardController::kNetworkScreenName[] = "network";
205 const char WizardController::kLoginScreenName[] = "login";
206 const char WizardController::kAccountScreenName[] = "account";
207 const char WizardController::kUpdateScreenName[] = "update";
208 const char WizardController::kUserImageScreenName[] = "image";
209 const char WizardController::kEulaScreenName[] = "eula";
210 const char WizardController::kRegistrationScreenName[] = "register";
211 const char WizardController::kHTMLPageScreenName[] = "html";
212 const char WizardController::kEnterpriseEnrollmentScreenName[] = "enroll";
[all …]
Dwizard_in_process_browser_test.h15 class WizardController; variable
38 WizardController* controller() const { return controller_; } in controller()
39 void set_controller(WizardController* controller) { in set_controller()
45 WizardController* controller_;
Dwizard_controller.h50 class WizardController : public chromeos::ScreenObserver,
53 explicit WizardController(chromeos::LoginDisplayHost* host,
55 ~WizardController();
58 static WizardController* default_controller() { in default_controller()
266 static WizardController* default_controller_;
271 base::OneShotTimer<WizardController> smooth_show_timer_;
281 DISALLOW_COPY_AND_ASSIGN(WizardController);
Dbase_login_display_host.cc111 wizard_controller_.reset(new WizardController(this, background_bounds_)); in StartWizard()
114 if (!WizardController::IsDeviceRegistered()) in StartWizard()
127 if (!WizardController::IsDeviceRegistered() && !users.empty()) { in StartSignInScreen()
130 WizardController::MarkDeviceRegistered(); in StartSignInScreen()
197 bool oobe_complete = WizardController::IsOobeCompleted(); in ShowLoginWizard()
200 first_screen_name == WizardController::kLoginScreenName; in ShowLoginWizard()
244 WizardController::SetInitialLocale(locale); in ShowLoginWizard()
Dexisting_user_controller.cc233 host_->StartWizard(WizardController::kEnterpriseEnrollmentScreenName, in OnEnrollmentOwnershipCheckCompleted()
312 switches::kLoginScreen) == WizardController::kLoginScreenName; in OnLoginSuccess()
364 ActivateWizard(WizardController::IsDeviceRegistered() ? in OnProfilePrepared()
365 WizardController::kUserImageScreenName : in OnProfilePrepared()
366 WizardController::kRegistrationScreenName); in OnProfilePrepared()
376 if (WizardController::IsDeviceRegistered()) { in OnOffTheRecordLoginSuccess()
380 ActivateWizard(WizardController::kRegistrationScreenName); in OnOffTheRecordLoginSuccess()
Dwizard_controller_browsertest.cc39 static MockOutShowHide<T>* Create(WizardController* wizard);
43 CreateMockWizardScreenHelper<T>::Create(WizardController* wizard) { in Create()
49 WizardController* wizard) { in Create()
66 WizardController::kTestNoScreenName) {} in WizardControllerTest()
74 WizardController* const wizard = controller(); in IN_PROC_BROWSER_TEST_F()
76 wizard->ShowFirstScreen(WizardController::kNetworkScreenName); in IN_PROC_BROWSER_TEST_F()
114 WizardController::default_controller()->is_official_build_ = true; in CreateBrowser()
128 controller()->ShowFirstScreen(WizardController::kNetworkScreenName); in CreateBrowser()
Dwizard_in_process_browser_test.cc25 WizardController::SetZeroDelays(); in CreateBrowser()
29 controller_ = WizardController::default_controller(); in CreateBrowser()
Dbase_login_display_host.h18 class WizardController; variable
68 scoped_ptr<WizardController> wizard_controller_;
Dexisting_user_controller_browsertest.cc86 WizardController::MarkDeviceRegistered(); in OnLoginSuccess()
184 StartWizard(WizardController::kUserImageScreenName, in IN_PROC_BROWSER_TEST_F()
Denterprise_enrollment_screen_browsertest.cc22 WizardController::kEnterpriseEnrollmentScreenName) {} in EnterpriseEnrollmentScreenTest()
Dupdate_screen.cc134 WizardController::MarkOobeCompleted(); in UpdateStatusChanged()
Dbackground_view.cc428 if (WizardController::IsRegisterScreenDefined()) in InitProgressBar()
/external/chromium/chrome/browser/ui/webui/chromeos/
Dregister_page_ui.cc169 if (!WizardController::default_controller() || in StartDataRequest()
170 WizardController::IsDeviceRegistered()) { in StartDataRequest()
224 if (WizardController::default_controller() && in HandleGetRegistrationUrl()
266 if (WizardController::default_controller()) in SkipRegistration()
267 WizardController::default_controller()->SkipRegistration(); in SkipRegistration()
/external/chromium/chrome/browser/ui/webui/options/
Dabout_page_handler.cc321 (!WizardController::default_controller() || in CheckNow()
322 WizardController::IsDeviceRegistered())) { in CheckNow()
/external/chromium/chrome/browser/prefs/
Dbrowser_prefs.cc114 WizardController::RegisterPrefs(local_state); in RegisterLocalState()
/external/chromium/chrome/browser/chromeos/
Dcustomization_document.cc250 initial_locale_(WizardController::GetInitialLocale()) { in ServicesCustomizationDocument()
/external/chromium/chrome/browser/
Dbrowser_about_handler.cc282 locale_(WizardController::GetInitialLocale()) { in ChromeOSTermsHandler()