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

  /external/chromium_org/chrome/browser/chromeos/login/
captive_portal_window_proxy.cc 20 CaptivePortalWindowProxy::CaptivePortalWindowProxy(
29 CaptivePortalWindowProxy::~CaptivePortalWindowProxy() {
37 void CaptivePortalWindowProxy::ShowIfRedirected() {
44 void CaptivePortalWindowProxy::Show() {
73 void CaptivePortalWindowProxy::Close() {
79 void CaptivePortalWindowProxy::OnRedirected() {
85 void CaptivePortalWindowProxy::OnOriginalURLLoaded() {
89 void CaptivePortalWindowProxy::OnWidgetClosing(views::Widget* widget)
    [all...]
captive_portal_window_proxy.h 24 // Delegate interface for CaptivePortalWindowProxy.
35 class CaptivePortalWindowProxy : public views::WidgetObserver {
39 CaptivePortalWindowProxy(Delegate* delegate,
41 virtual ~CaptivePortalWindowProxy();
109 DISALLOW_COPY_AND_ASSIGN(CaptivePortalWindowProxy);

Completed in 61 milliseconds