HomeSort by relevance Sort by last modified time
    Searched defs:GetErrorScreen (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/chrome/browser/chromeos/login/screens/
update_screen.cc 471 ErrorScreen* UpdateScreen::GetErrorScreen() {
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/
wizard_controller_browsertest.cc 233 ErrorScreen* GetErrorScreen() {
235 ->GetErrorScreen();
752 EXPECT_EQ(GetErrorScreen(),
823 ASSERT_EQ(GetErrorScreen(),
826 GetErrorScreen()->GetUIState());
    [all...]
wizard_controller.cc 283 chromeos::ErrorScreen* WizardController::GetErrorScreen() {
    [all...]

Completed in 52 milliseconds