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

  /external/chromium_org/chrome/browser/chromeos/login/
captive_portal_view.h 15 class CaptivePortalView : public SimpleWebViewDialog {
17 CaptivePortalView(Profile* profile, CaptivePortalWindowProxy* proxy);
18 virtual ~CaptivePortalView();
41 DISALLOW_COPY_AND_ASSIGN(CaptivePortalView);
captive_portal_view.cc 28 CaptivePortalView::CaptivePortalView(Profile* profile,
35 CaptivePortalView::~CaptivePortalView() {
38 void CaptivePortalView::StartLoad() {
42 bool CaptivePortalView::CanResize() const {
46 ui::ModalType CaptivePortalView::GetModalType() const {
50 string16 CaptivePortalView::GetWindowTitle() const {
67 bool CaptivePortalView::ShouldShowWindowTitle() const {
71 void CaptivePortalView::NavigationStateChanged
    [all...]

Completed in 28 milliseconds