HomeSort by relevance Sort by last modified time
    Searched refs:WizardController (Results 1 - 25 of 48) sorted by null

1 2

  /external/chromium_org/chrome/browser/chromeos/login/
wizard_controller.cc 98 chromeos::WizardController::kNetworkScreenName,
99 chromeos::WizardController::kUpdateScreenName,
100 chromeos::WizardController::kEulaScreenName,
101 chromeos::WizardController::kEnrollmentScreenName,
102 chromeos::WizardController::kTermsOfServiceScreenName,
103 chromeos::WizardController::kAutoEnrollmentCheckScreenName
147 const char WizardController::kNetworkScreenName[] = "network";
148 const char WizardController::kLoginScreenName[] = "login";
149 const char WizardController::kUpdateScreenName[] = "update";
150 const char WizardController::kUserImageScreenName[] = "image"
    [all...]
wizard_controller_browsertest.cc 215 WizardController::default_controller(), new actor_class); \
216 WizardController::default_controller() \
217 ->screens_[WizardController::screen_name] = make_linked_ptr(mock_var); \
224 WizardController::kTestNoScreenName) {}
234 return static_cast<ScreenObserver*>(WizardController::default_controller())
273 EXPECT_EQ(WizardController::default_controller()->GetScreen(screen_name),
274 WizardController::default_controller()->current_screen());
282 ASSERT_TRUE(WizardController::default_controller() != NULL);
283 WizardController::default_controller()->AdvanceToScreen(
284 WizardController::kNetworkScreenName)
    [all...]
oobe_browsertest.cc 83 chromeos::WizardController::SkipPostLoginScreensForTesting();
84 chromeos::WizardController* wizard_controller =
85 chromeos::WizardController::default_controller();
103 chromeos::WizardController::SkipPostLoginScreensForTesting();
104 chromeos::WizardController* wizard_controller =
105 chromeos::WizardController::default_controller();
wizard_controller.h 57 class WizardController : public ScreenObserver, public ScreenManager {
69 WizardController(LoginDisplayHost* host, OobeDisplay* oobe_display);
70 virtual ~WizardController();
73 static WizardController* default_controller() {
340 // Value of the screen name that WizardController was started with.
346 // Default WizardController.
347 static WizardController* default_controller_;
352 base::OneShotTimer<WizardController> smooth_show_timer_;
422 base::WeakPtrFactory<WizardController> weak_factory_;
424 DISALLOW_COPY_AND_ASSIGN(WizardController);
    [all...]
login_utils_browsertest.cc 115 WizardController::SkipPostLoginScreensForTesting();
116 WizardController* wizard_controller = WizardController::default_controller();
kiosk_browsertest.cc 378 chromeos::WizardController::SkipPostLoginScreensForTesting();
379 chromeos::WizardController* wizard_controller =
380 chromeos::WizardController::default_controller();
834 chromeos::WizardController::SkipPostLoginScreensForTesting();
835 chromeos::WizardController* wizard_controller =
836 chromeos::WizardController::default_controller();
841 wizard_controller->AdvanceToScreen(WizardController::kNetworkScreenName);
866 chromeos::WizardController::SkipPostLoginScreensForTesting();
867 chromeos::WizardController* wizard_controller =
868 chromeos::WizardController::default_controller()
    [all...]
  /external/chromium_org/chrome/browser/chromeos/login/enrollment/
enrollment_screen_browsertest.cc 30 WizardController::kEnrollmentScreenName) {}
37 ASSERT_TRUE(WizardController::default_controller() != NULL);
40 EnrollmentScreen::Get(WizardController::default_controller());
48 ASSERT_EQ(WizardController::default_controller()->current_screen(),
59 WizardController::default_controller();
64 ASSERT_TRUE(WizardController::default_controller() != NULL);
68 EnrollmentScreen::Get(WizardController::default_controller());
76 ASSERT_EQ(WizardController::default_controller()->current_screen(),
85 WizardController::default_controller();
107 ASSERT_TRUE(WizardController::default_controller() != NULL)
    [all...]
auto_enrollment_check_screen.cc 24 manager->GetScreen(WizardController::kAutoEnrollmentCheckScreenName));
95 return WizardController::kAutoEnrollmentCheckScreenName;
  /external/chromium_org/chrome/browser/chromeos/login/session/
kiosk_auto_launcher_session_manager_delegate.cc 28 ShowLoginWizard(chromeos::WizardController::kAppLaunchSplashScreenName);
  /external/chromium_org/chrome/browser/chromeos/login/test/
wizard_in_process_browser_test.h 19 class WizardController;
wizard_in_process_browser_test.cc 27 WizardController::SetZeroDelays();
  /external/chromium_org/chrome/browser/chromeos/login/ui/
login_display_host.h 28 class WizardController;
75 // Returns current WizardController, if it exists.
77 virtual WizardController* GetWizardController() = 0;
mock_login_display_host.h 37 MOCK_METHOD0(GetWizardController, WizardController*(void));
login_display_host_impl.h 82 virtual WizardController* GetWizardController() OVERRIDE;
94 // Creates WizardController instance.
95 WizardController* CreateWizardController();
223 scoped_ptr<WizardController> wizard_controller_;
  /external/chromium_org/chrome/browser/chromeos/login/screens/
hid_detection_screen.cc 39 return WizardController::kHIDDetectionScreenName;
kiosk_autolaunch_screen.cc 33 return WizardController::kKioskAutolaunchScreenName;
kiosk_enable_screen.cc 33 return WizardController::kKioskEnableScreenName;
network_screen_browsertest.cc 64 ASSERT_TRUE(WizardController::default_controller() != NULL);
66 NetworkScreen::Get(WizardController::default_controller());
68 ASSERT_EQ(WizardController::default_controller()->current_screen(),
reset_screen.cc 41 return WizardController::kResetScreenName;
wrong_hwid_screen.cc 41 return WizardController::kWrongHWIDScreenName;
host_pairing_screen.cc 58 return WizardController::kHostPairingScreenName;
124 WizardController::default_controller()->OnEnrollmentAuthTokenReceived(
network_screen.cc 38 manager->GetScreen(WizardController::kNetworkScreenName));
80 return WizardController::kNetworkScreenName;
eula_screen.cc 49 return WizardController::kEulaScreenName;
  /external/chromium_org/chrome/browser/ui/webui/chromeos/login/
core_oobe_handler.cc 53 // Note that show_oobe_ui_ defaults to false because WizardController assumes
167 // Don't recreate WizardController if it already exists.
168 WizardController* wizard_controller =
169 WizardController::default_controller();
171 wizard_controller->AdvanceToScreen(WizardController::kResetScreenName);
177 WizardController::kResetScreenName, params.Pass());
240 WizardController* controller = WizardController::default_controller();
298 if (WizardController::default_controller())
299 WizardController::default_controller()->SkipToLoginForTesting(context)
    [all...]
  /external/chromium_org/chrome/browser/chromeos/policy/
user_cloud_policy_manager_chromeos_browsertest.cc 108 chromeos::WizardController::SkipPostLoginScreensForTesting();
109 chromeos::WizardController* wizard_controller =
110 chromeos::WizardController::default_controller();

Completed in 203 milliseconds

1 2