/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...] |
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);
|
enterprise_enrollment_screen_browsertest.cc | 35 ASSERT_EQ(controller()->current_screen(), enterprise_enrollment_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
|
/packages/apps/Launcher2/src/com/android/launcher2/ |
Launcher.java | 155 private static final String RUNTIME_STATE_CURRENT_SCREEN = "launcher.current_screen"; [all...] |