HomeSort by relevance Sort by last modified time
    Searched defs:current_screen (Results 1 - 4 of 4) 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...]
wizard_controller.h 125 WizardScreen* current_screen() const { return current_screen_; } function in class:WizardController
  /external/chromium_org/chrome/browser/chromeos/login/
wizard_controller.h 128 WizardScreen* current_screen() const { return current_screen_; } function in class:chromeos::WizardController
  /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

Completed in 187 milliseconds