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

  /external/chromium_org/chrome/browser/chromeos/login/
wizard_controller_browsertest.cc 136 EXPECT_EQ(NULL, WizardController::default_controller()->current_screen());
160 WizardController::default_controller()->current_screen());
166 WizardController::default_controller()->current_screen());
175 WizardController::default_controller()->current_screen());
188 WizardController::default_controller()->current_screen());
196 WizardController::default_controller()->current_screen());
205 WizardController::default_controller()->current_screen());
216 WizardController::default_controller()->current_screen());
224 WizardController::default_controller()->current_screen());
241 WizardController::default_controller()->current_screen());
    [all...]
wizard_controller.h 128 WizardScreen* current_screen() const { return current_screen_; } function in class:chromeos::WizardController
  /external/chromium/chrome/browser/chromeos/login/
wizard_controller_browsertest.cc 77 views::View* current_screen = wizard->contents(); local
78 ASSERT_TRUE(current_screen != NULL);
126 EXPECT_EQ(NULL, controller()->current_screen());
150 EXPECT_EQ(controller()->GetNetworkScreen(), controller()->current_screen());
155 EXPECT_EQ(controller()->GetEulaScreen(), controller()->current_screen());
163 EXPECT_EQ(controller()->GetUpdateScreen(), controller()->current_screen());
173 EXPECT_EQ(controller()->GetNetworkScreen(), controller()->current_screen());
180 EXPECT_EQ(controller()->GetEulaScreen(), controller()->current_screen());
188 EXPECT_EQ(controller()->GetUpdateScreen(), controller()->current_screen());
199 EXPECT_EQ(controller()->GetNetworkScreen(), controller()->current_screen());
    [all...]
enterprise_enrollment_screen_browsertest.cc 35 ASSERT_EQ(controller()->current_screen(), enterprise_enrollment_screen);
update_screen_browsertest.cc 92 ASSERT_EQ(controller()->current_screen(), update_screen);
104 ASSERT_EQ(controller()->current_screen(), update_screen);
124 ASSERT_EQ(controller()->current_screen(), update_screen);
188 ASSERT_EQ(controller()->current_screen(), update_screen);
219 ASSERT_EQ(controller()->current_screen(), update_screen);
240 ASSERT_EQ(controller()->current_screen(), update_screen);
network_screen_browsertest.cc 147 ASSERT_EQ(network_screen, controller()->current_screen());
180 ASSERT_EQ(network_screen, controller()->current_screen());
222 ASSERT_EQ(network_screen, controller()->current_screen());
262 ASSERT_EQ(network_screen, controller()->current_screen());
wizard_controller.h 125 WizardScreen* current_screen() const { return current_screen_; } function in class:WizardController
  /external/chromium_org/chrome/browser/chromeos/login/enrollment/
enrollment_screen_browsertest.cc 42 ASSERT_EQ(WizardController::default_controller()->current_screen(),
  /external/chromium_org/chrome/browser/chromeos/login/screens/
network_screen_browsertest.cc 70 ASSERT_EQ(WizardController::default_controller()->current_screen(),
update_screen_browsertest.cc 84 ASSERT_EQ(WizardController::default_controller()->current_screen(),
  /external/chromium_org/chrome/browser/ui/webui/chromeos/login/
oobe_ui.h 104 Screen current_screen() const { return current_screen_; } function in class:chromeos::OobeUI
signin_screen_handler.cc     [all...]
  /external/chromium_org/chrome/browser/chromeos/policy/
device_local_account_browsertest.cc 421 ASSERT_TRUE(wizard_controller->current_screen());
423 wizard_controller->current_screen()->GetName());
  /external/chromium_org/chrome/browser/automation/
testing_automation_provider_chromeos.cc 142 if (!wizard_controller || wizard_controller->current_screen()->GetName() !=
165 if (!wizard_controller || wizard_controller->current_screen()->GetName() !=
187 if (!wizard_controller || wizard_controller->current_screen()->GetName() !=
329 if (!wizard_controller || wizard_controller->current_screen()->GetName() !=
405 wizard_controller->current_screen()->GetName());
    [all...]
automation_provider_observers_chromeos.cc 64 WizardController::default_controller()->current_screen()) {

Completed in 468 milliseconds