Searched refs:CaptivePortalWindowProxy (Results 1 – 8 of 8) sorted by relevance
20 CaptivePortalWindowProxy::CaptivePortalWindowProxy( in CaptivePortalWindowProxy() function in chromeos::CaptivePortalWindowProxy29 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 …]
35 class CaptivePortalWindowProxy : public views::WidgetObserver {39 CaptivePortalWindowProxy(Delegate* delegate,41 virtual ~CaptivePortalWindowProxy();109 DISALLOW_COPY_AND_ASSIGN(CaptivePortalWindowProxy);
13 class CaptivePortalWindowProxy; variable17 CaptivePortalView(Profile* profile, CaptivePortalWindowProxy* proxy);39 CaptivePortalWindowProxy* proxy_;
72 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_;
30 CaptivePortalWindowProxy* proxy) in CaptivePortalView()
21 class CaptivePortalWindowProxy; variable66 scoped_ptr<CaptivePortalWindowProxy> captive_portal_window_proxy_;
71 new CaptivePortalWindowProxy(network_state_informer_.get(), in FixCaptivePortal()
40 class CaptivePortalWindowProxy; variable