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

  /external/chromium_org/chrome/browser/chromeos/login/
captive_portal_window_proxy.cc 21 CaptivePortalWindowProxy::CaptivePortalWindowProxy(Delegate* delegate,
29 CaptivePortalWindowProxy::~CaptivePortalWindowProxy() {
37 void CaptivePortalWindowProxy::ShowIfRedirected() {
44 void CaptivePortalWindowProxy::Show() {
71 void CaptivePortalWindowProxy::Close() {
77 void CaptivePortalWindowProxy::OnRedirected() {
83 void CaptivePortalWindowProxy::OnOriginalURLLoaded() {
87 void CaptivePortalWindowProxy::OnWidgetClosing(views::Widget* widget)
    [all...]
captive_portal_view.h 13 class CaptivePortalWindowProxy;
17 CaptivePortalView(Profile* profile, CaptivePortalWindowProxy* proxy);
35 // Contains CaptivePortalWindowProxy to be notified when redirection state is
37 CaptivePortalWindowProxy* proxy_;
captive_portal_window_proxy.h 21 // Delegate interface for CaptivePortalWindowProxy.
32 class CaptivePortalWindowProxy : public views::WidgetObserver {
36 CaptivePortalWindowProxy(Delegate* delegate, gfx::NativeWindow parent);
37 virtual ~CaptivePortalWindowProxy();
95 DISALLOW_COPY_AND_ASSIGN(CaptivePortalWindowProxy);
captive_portal_window_browsertest.cc 19 // nothing and used to instantiate CaptivePortalWindowProxy.
64 bool actual_is_shown = (CaptivePortalWindowProxy::STATE_DISPLAYED ==
80 new CaptivePortalWindowProxy(&delegate_, native_window));
84 scoped_ptr<CaptivePortalWindowProxy> captive_portal_window_proxy_;
captive_portal_view.cc 29 CaptivePortalWindowProxy* proxy)
  /external/chromium_org/chrome/browser/ui/webui/chromeos/login/
error_screen_handler.h 21 class CaptivePortalWindowProxy;
64 scoped_ptr<CaptivePortalWindowProxy> captive_portal_window_proxy_;
error_screen_handler.cc 78 new CaptivePortalWindowProxy(network_state_informer_.get(),
signin_screen_handler.h 36 class CaptivePortalWindowProxy;

Completed in 80 milliseconds