Searched defs:CaptivePortalView (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/login/
H A Dcaptive_portal_view.h15 class CaptivePortalView : public SimpleWebViewDialog { class in namespace:chromeos
17 CaptivePortalView(Profile* profile, CaptivePortalWindowProxy* proxy);
18 virtual ~CaptivePortalView();
43 DISALLOW_COPY_AND_ASSIGN(CaptivePortalView);
H A Dcaptive_portal_view.cc29 CaptivePortalView::CaptivePortalView(Profile* profile, function in class:chromeos::CaptivePortalView
36 CaptivePortalView::~CaptivePortalView() {
39 void CaptivePortalView::StartLoad() {
43 bool CaptivePortalView::CanResize() const {
47 ui::ModalType CaptivePortalView::GetModalType() const {
51 base::string16 CaptivePortalView::GetWindowTitle() const {
68 bool CaptivePortalView::ShouldShowWindowTitle() const {
72 views::NonClientFrameView* CaptivePortalView
[all...]

Completed in 79 milliseconds