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

  /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

Completed in 125 milliseconds