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

/external/chromium_org/ash/shell/
H A Dwindow_type_launcher.cc52 class ModalWindow : public views::WidgetDelegateView, class in namespace:ash::shell::__anon1953
55 explicit ModalWindow(ui::ModalType modal_type) function in class:ash::shell::__anon1953::ModalWindow
64 virtual ~ModalWindow() {
69 views::Widget::CreateWindowWithParent(new ModalWindow(modal_type),
71 widget->GetNativeView()->SetName("ModalWindow");
116 DISALLOW_COPY_AND_ASSIGN(ModalWindow);
324 ModalWindow::OpenModalWindow(GetWidget()->GetNativeView(),
327 ModalWindow::OpenModalWindow(GetWidget()->GetNativeView(),
/external/chromium_org/ash/
H A Dshell_unittest.cc92 class ModalWindow : public views::WidgetDelegateView { class in namespace:ash::__anon1955
94 ModalWindow() {} function in class:ash::__anon1955::ModalWindow
95 virtual ~ModalWindow() {}
112 DISALLOW_COPY_AND_ASSIGN(ModalWindow);
265 new ModalWindow(), widget->GetNativeView());
316 new ModalWindow(), lock_widget->GetNativeView());
329 new ModalWindow(), widget->GetNativeView());

Completed in 162 milliseconds