Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/chromeos/login/ui/
Dcaptive_portal_window_proxy.cc36 CaptivePortalWindowProxy::CaptivePortalWindowProxy( in CaptivePortalWindowProxy() function in chromeos::CaptivePortalWindowProxy
46 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 …]
Dcaptive_portal_window_proxy.h35 class CaptivePortalWindowProxy : public views::WidgetObserver {
39 CaptivePortalWindowProxy(Delegate* delegate,
41 virtual ~CaptivePortalWindowProxy();
116 DISALLOW_COPY_AND_ASSIGN(CaptivePortalWindowProxy);
Dcaptive_portal_view.h13 class CaptivePortalWindowProxy; variable
17 CaptivePortalView(Profile* profile, CaptivePortalWindowProxy* proxy);
41 CaptivePortalWindowProxy* proxy_;
Dsimple_web_view_dialog_browsertest.cc56 InterstitialPageDelegate* CreateDelegate(CaptivePortalWindowProxy* proxy) { in CreateDelegate()
71 CaptivePortalWindowProxy proxy(&delegate, web_contents); in IN_PROC_BROWSER_TEST_F()
Dcaptive_portal_window_browsertest.cc71 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_;
Dcaptive_portal_view.cc30 CaptivePortalWindowProxy* proxy) in CaptivePortalView()
/external/chromium_org/chrome/browser/ui/webui/chromeos/login/
Derror_screen_handler.h21 class CaptivePortalWindowProxy; variable
80 scoped_ptr<CaptivePortalWindowProxy> captive_portal_window_proxy_;
Derror_screen_handler.cc108 new CaptivePortalWindowProxy(network_state_informer_.get(), in FixCaptivePortal()
Dsignin_screen_handler.h50 class CaptivePortalWindowProxy; variable