Home
last modified time | relevance | path

Searched refs:FixCaptivePortal (Results 1 – 13 of 13) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/login/screens/
Derror_screen.cc108 void ErrorScreen::FixCaptivePortal() { in FixCaptivePortal() function in chromeos::ErrorScreen
110 actor_->FixCaptivePortal(); in FixCaptivePortal()
Dupdate_screen_browsertest.cc254 EXPECT_CALL(*mock_error_screen_actor_, FixCaptivePortal()) in IN_PROC_BROWSER_TEST_F()
300 EXPECT_CALL(*mock_error_screen_actor_, FixCaptivePortal()) in IN_PROC_BROWSER_TEST_F()
379 EXPECT_CALL(*mock_error_screen_actor_, FixCaptivePortal()) in IN_PROC_BROWSER_TEST_F()
Dmock_error_screen.h32 MOCK_METHOD0(FixCaptivePortal, void(void));
Derror_screen_actor.h65 virtual void FixCaptivePortal() = 0;
Derror_screen.h72 void FixCaptivePortal();
Dupdate_screen.cc516 GetErrorScreen()->FixCaptivePortal(); in UpdateErrorMessage()
/external/chromium_org/chrome/browser/ui/webui/chromeos/login/
Derror_screen_handler.cc102 void ErrorScreenHandler::FixCaptivePortal() { in FixCaptivePortal() function in chromeos::ErrorScreenHandler
117 FixCaptivePortal(); in ShowCaptivePortal()
Derror_screen_handler.h41 virtual void FixCaptivePortal() OVERRIDE;
Dapp_launch_splash_screen_handler.cc160 error_screen_actor_->FixCaptivePortal(); in ShowNetworkConfigureUI()
Denrollment_screen_handler.cc477 error_screen_actor_->FixCaptivePortal(); in SetupAndShowOfflineMessage()
Dsignin_screen_handler.cc663 error_screen_actor_->FixCaptivePortal(); in SetupAndShowOfflineMessage()
/external/chromium_org/chrome/browser/chromeos/login/enrollment/
Dauto_enrollment_check_screen.cc177 get_screen_observer()->GetErrorScreen()->FixCaptivePortal(); in UpdateCaptivePortalStatus()
/external/chromium_org/chrome/browser/chromeos/login/supervised/
Dsupervised_user_creation_screen.cc76 screen->FixCaptivePortal(); in ConfigureErrorScreen()