Home
last modified time | relevance | path

Searched refs:HideCaptivePortal (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/login/screens/
Derror_screen.cc118 void ErrorScreen::HideCaptivePortal() { in HideCaptivePortal() function in chromeos::ErrorScreen
120 actor_->HideCaptivePortal(); in HideCaptivePortal()
Dmock_error_screen.h34 MOCK_METHOD0(HideCaptivePortal, void(void));
Derror_screen_actor.h71 virtual void HideCaptivePortal() = 0;
Derror_screen.h78 void HideCaptivePortal();
/external/chromium_org/chrome/browser/ui/webui/chromeos/login/
Derror_screen_handler.cc121 void ErrorScreenHandler::HideCaptivePortal() { in HideCaptivePortal() function in chromeos::ErrorScreenHandler
180 HideCaptivePortal(); in HandleHideCaptivePortal()
Derror_screen_handler.h43 virtual void HideCaptivePortal() OVERRIDE;
Denrollment_screen_handler.cc443 error_screen_actor_->HideCaptivePortal(); in UpdateState()
Dsignin_screen_handler.cc598 error_screen_actor_->HideCaptivePortal(); in UpdateStateInternal()