Searched refs:WindowTypeLauncher (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/ash/shell/
H A Dwindow_type_launcher.h23 class WindowTypeLauncher : public views::WidgetDelegateView, class in namespace:ash::shell
28 WindowTypeLauncher();
29 virtual ~WindowTypeLauncher();
79 DISALLOW_COPY_AND_ASSIGN(WindowTypeLauncher);
H A Dwindow_type_launcher.cc194 new WindowTypeLauncher,
197 widget->GetNativeView()->SetName("WindowTypeLauncher");
203 WindowTypeLauncher::WindowTypeLauncher() function in class:ash::shell::WindowTypeLauncher
274 WindowTypeLauncher::~WindowTypeLauncher() {
277 void WindowTypeLauncher::OnPaint(gfx::Canvas* canvas) {
281 bool WindowTypeLauncher::OnMousePressed(const ui::MouseEvent& event) {
286 views::View* WindowTypeLauncher::GetContentsView() {
290 bool WindowTypeLauncher
[all...]

Completed in 155 milliseconds