HomeSort by relevance Sort by last modified time
    Searched refs:ShowCaptivePortal (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/chrome/browser/chromeos/login/screens/
mock_error_screen.h 33 MOCK_METHOD0(ShowCaptivePortal, void(void));
error_screen.h 75 void ShowCaptivePortal();
error_screen_actor.h 68 virtual void ShowCaptivePortal() = 0;
error_screen.cc 113 void ErrorScreen::ShowCaptivePortal() {
115 actor_->ShowCaptivePortal();
  /external/chromium_org/chrome/browser/ui/webui/chromeos/login/
error_screen_handler.h 42 virtual void ShowCaptivePortal() OVERRIDE;
error_screen_handler.cc 114 void ErrorScreenHandler::ShowCaptivePortal() {
176 ShowCaptivePortal();
228 AddCallback("showCaptivePortal",
  /external/chromium_org/chrome/browser/chromeos/login/ui/
captive_portal_window_browsertest.cc 233 actor->ShowCaptivePortal();

Completed in 126 milliseconds