Home
last modified time | relevance | path

Searched refs:GetEulaScreen (Results 1 – 3 of 3) sorted by relevance

/external/chromium/chrome/browser/chromeos/login/
Dwizard_controller_browsertest.cc155 EXPECT_EQ(controller()->GetEulaScreen(), controller()->current_screen()); in IN_PROC_BROWSER_TEST_F()
180 EXPECT_EQ(controller()->GetEulaScreen(), controller()->current_screen()); in IN_PROC_BROWSER_TEST_F()
205 EXPECT_EQ(controller()->GetEulaScreen(), controller()->current_screen()); in IN_PROC_BROWSER_TEST_F()
314 EXPECT_EQ(controller()->GetEulaScreen(), controller()->current_screen()); in IN_PROC_BROWSER_TEST_F()
Dwizard_controller.h105 chromeos::EulaScreen* GetEulaScreen();
Dwizard_controller.cc312 chromeos::EulaScreen* WizardController::GetEulaScreen() { in GetEulaScreen() function in WizardController
397 SetCurrentScreen(GetEulaScreen()); in ShowEulaScreen()