Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/chromeos/login/
Dcaptive_portal_window_proxy.cc20 CaptivePortalWindowProxy::CaptivePortalWindowProxy( in CaptivePortalWindowProxy() function in chromeos::CaptivePortalWindowProxy
29 CaptivePortalWindowProxy::~CaptivePortalWindowProxy() { in ~CaptivePortalWindowProxy()
37 void CaptivePortalWindowProxy::ShowIfRedirected() { in ShowIfRedirected()
44 void CaptivePortalWindowProxy::Show() { in Show()
73 void CaptivePortalWindowProxy::Close() { in Close()
79 void CaptivePortalWindowProxy::OnRedirected() { in OnRedirected()
85 void CaptivePortalWindowProxy::OnOriginalURLLoaded() { in OnOriginalURLLoaded()
89 void CaptivePortalWindowProxy::OnWidgetClosing(views::Widget* widget) { in OnWidgetClosing()
98 void CaptivePortalWindowProxy::OnWidgetDestroying(views::Widget* widget) { in OnWidgetDestroying()
102 void CaptivePortalWindowProxy::OnWidgetDestroyed(views::Widget* widget) { in OnWidgetDestroyed()
[all …]
Dcaptive_portal_window_proxy.h35 class CaptivePortalWindowProxy : public views::WidgetObserver {
39 CaptivePortalWindowProxy(Delegate* delegate,
41 virtual ~CaptivePortalWindowProxy();
109 DISALLOW_COPY_AND_ASSIGN(CaptivePortalWindowProxy);
Dcaptive_portal_view.h13 class CaptivePortalWindowProxy; variable
17 CaptivePortalView(Profile* profile, CaptivePortalWindowProxy* proxy);
39 CaptivePortalWindowProxy* proxy_;
Dcaptive_portal_window_browsertest.cc72 bool actual_is_shown = (CaptivePortalWindowProxy::STATE_DISPLAYED == in CheckState()
90 new CaptivePortalWindowProxy(&delegate_, web_contents)); in SetUpOnMainThread()
100 scoped_ptr<CaptivePortalWindowProxy> captive_portal_window_proxy_;
Dcaptive_portal_view.cc30 CaptivePortalWindowProxy* proxy) in CaptivePortalView()
/external/chromium_org/chrome/browser/ui/webui/chromeos/login/
Derror_screen_handler.h21 class CaptivePortalWindowProxy; variable
66 scoped_ptr<CaptivePortalWindowProxy> captive_portal_window_proxy_;
Derror_screen_handler.cc71 new CaptivePortalWindowProxy(network_state_informer_.get(), in FixCaptivePortal()
Dsignin_screen_handler.h40 class CaptivePortalWindowProxy; variable