Searched defs:GetErrorScreen (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/login/screens/
H A Dupdate_screen.cc471 ErrorScreen* UpdateScreen::GetErrorScreen() { function in class:chromeos::UpdateScreen
472 return get_screen_observer()->GetErrorScreen();
489 GetErrorScreen()->SetUIState(ErrorScreen::UI_STATE_UPDATE);
507 GetErrorScreen()->SetErrorState(ErrorScreen::ERROR_STATE_OFFLINE,
512 GetErrorScreen()->SetErrorState(ErrorScreen::ERROR_STATE_PORTAL,
516 GetErrorScreen()->FixCaptivePortal();
520 GetErrorScreen()->SetErrorState(ErrorScreen::ERROR_STATE_PROXY,
/external/chromium_org/chrome/browser/chromeos/login/
H A Dwizard_controller_browsertest.cc233 ErrorScreen* GetErrorScreen() { function in class:chromeos::WizardControllerTest
235 ->GetErrorScreen();
752 EXPECT_EQ(GetErrorScreen(),
823 ASSERT_EQ(GetErrorScreen(),
826 GetErrorScreen()->GetUIState());
H A Dwizard_controller.cc283 chromeos::ErrorScreen* WizardController::GetErrorScreen() { function in class:chromeos::WizardController
1145 GetErrorScreen()->SetUIState(ErrorScreen::UI_STATE_LOCAL_STATE_ERROR);

Completed in 1812 milliseconds