Searched refs:CaptivePortalWindowProxy (Results 1 – 9 of 9) sorted by relevance
36 CaptivePortalWindowProxy::CaptivePortalWindowProxy( in CaptivePortalWindowProxy() function in chromeos::CaptivePortalWindowProxy46 CaptivePortalWindowProxy::~CaptivePortalWindowProxy() { in ~CaptivePortalWindowProxy()54 void CaptivePortalWindowProxy::ShowIfRedirected() { in ShowIfRedirected()61 void CaptivePortalWindowProxy::Show() { in Show()85 void CaptivePortalWindowProxy::Close() { in Close()92 void CaptivePortalWindowProxy::OnRedirected() { in OnRedirected()98 void CaptivePortalWindowProxy::OnOriginalURLLoaded() { in OnOriginalURLLoaded()102 void CaptivePortalWindowProxy::OnWidgetClosing(views::Widget* widget) { in OnWidgetClosing()111 void CaptivePortalWindowProxy::OnWidgetDestroying(views::Widget* widget) { in OnWidgetDestroying()115 void CaptivePortalWindowProxy::OnWidgetDestroyed(views::Widget* widget) { in OnWidgetDestroyed()[all …]
35 class CaptivePortalWindowProxy : public views::WidgetObserver {39 CaptivePortalWindowProxy(Delegate* delegate,41 virtual ~CaptivePortalWindowProxy();116 DISALLOW_COPY_AND_ASSIGN(CaptivePortalWindowProxy);
13 class CaptivePortalWindowProxy; variable17 CaptivePortalView(Profile* profile, CaptivePortalWindowProxy* proxy);41 CaptivePortalWindowProxy* proxy_;
56 InterstitialPageDelegate* CreateDelegate(CaptivePortalWindowProxy* proxy) { in CreateDelegate()71 CaptivePortalWindowProxy proxy(&delegate, web_contents); in IN_PROC_BROWSER_TEST_F()
71 bool actual_is_shown = (CaptivePortalWindowProxy::STATE_DISPLAYED == in CheckState()89 new CaptivePortalWindowProxy(&delegate_, web_contents)); in SetUpOnMainThread()99 scoped_ptr<CaptivePortalWindowProxy> captive_portal_window_proxy_;
30 CaptivePortalWindowProxy* proxy) in CaptivePortalView()
21 class CaptivePortalWindowProxy; variable80 scoped_ptr<CaptivePortalWindowProxy> captive_portal_window_proxy_;
108 new CaptivePortalWindowProxy(network_state_informer_.get(), in FixCaptivePortal()
50 class CaptivePortalWindowProxy; variable