Searched refs:AsWindowTreeHost (Results 1 - 19 of 19) sorted by relevance

/external/chromium_org/ash/host/
H A Dtransformer_helper.cc73 ash_host_->AsWindowTreeHost()->window(), transform));
80 aura::WindowTreeHost* host = ash_host_->AsWindowTreeHost();
91 ash_host_->AsWindowTreeHost()->window()->layer());
100 ash_host_->AsWindowTreeHost()->window()->layer());
107 ash_host_->AsWindowTreeHost()->window()->SetBounds(
H A Dash_window_tree_host.h49 virtual aura::WindowTreeHost* AsWindowTreeHost() = 0;
H A Dash_window_tree_host_ozone.cc32 virtual aura::WindowTreeHost* AsWindowTreeHost() OVERRIDE;
70 aura::WindowTreeHost* AshWindowTreeHostOzone::AsWindowTreeHost() { function in class:ash::__anon1925::AshWindowTreeHostOzone
H A Dash_remote_window_tree_host_win.cc36 aura::WindowTreeHost* AshRemoteWindowTreeHostWin::AsWindowTreeHost() { function in class:ash::AshRemoteWindowTreeHostWin
H A Dash_remote_window_tree_host_win.h33 virtual aura::WindowTreeHost* AsWindowTreeHost() OVERRIDE;
H A Dash_window_tree_host_x11.h34 virtual aura::WindowTreeHost* AsWindowTreeHost() OVERRIDE;
H A Dash_window_tree_host_win.cc78 virtual aura::WindowTreeHost* AsWindowTreeHost() OVERRIDE { return this; }
H A Dash_window_tree_host_x11.cc127 aura::WindowTreeHost* AshWindowTreeHostX11::AsWindowTreeHost() { return this; } function in class:ash::AshWindowTreeHostX11
172 if (host != AsWindowTreeHost())
/external/chromium_org/ash/display/
H A Dmirror_window_controller.cc89 aura::WindowTreeHost* host = ash_host_->AsWindowTreeHost();
117 aura::WindowTreeHost* host = ash_host_->AsWindowTreeHost();
143 aura::WindowTreeHost* host = ash_host_->AsWindowTreeHost();
168 return ash_host_.get() ? ash_host_->AsWindowTreeHost()->window() : NULL;
H A Dvirtual_keyboard_window_controller.cc49 aura::WindowTreeHost* host = ash_host->AsWindowTreeHost();
H A Ddisplay_controller.cc88 aura::WindowTreeHost* host = ash_host->AsWindowTreeHost();
140 CHECK(ash_host->AsWindowTreeHost());
141 return ash_host->AsWindowTreeHost()->window();
570 ash_host->AsWindowTreeHost()->SetBounds(display_info.bounds_in_native());
637 ash_host->AsWindowTreeHost()->SetBounds(display_info.bounds_in_native());
731 aura::WindowTreeHost* host = ash_host->AsWindowTreeHost();
/external/chromium_org/ui/views/widget/desktop_aura/
H A Ddesktop_window_tree_host.h76 virtual aura::WindowTreeHost* AsWindowTreeHost() = 0;
H A Ddesktop_native_widget_aura.cc419 host_.reset(desktop_window_tree_host_->AsWindowTreeHost());
715 desktop_window_tree_host_->AsWindowTreeHost()->SetBounds(bounds_in_pixels);
757 desktop_window_tree_host_->AsWindowTreeHost()->Show();
764 desktop_window_tree_host_->AsWindowTreeHost()->Hide();
H A Dx11_window_event_filter.cc53 xwindow_(window_tree_host->AsWindowTreeHost()->GetAcceleratedWidget()),
H A Ddesktop_window_tree_host_x11.h98 virtual aura::WindowTreeHost* AsWindowTreeHost() OVERRIDE;
H A Ddesktop_window_tree_host_win.h56 virtual aura::WindowTreeHost* AsWindowTreeHost() OVERRIDE;
H A Ddesktop_window_tree_host_win.cc201 aura::WindowTreeHost* DesktopWindowTreeHostWin::AsWindowTreeHost() { function in class:views::DesktopWindowTreeHostWin
H A Ddesktop_window_tree_host_x11.cc357 aura::WindowTreeHost* DesktopWindowTreeHostX11::AsWindowTreeHost() { function in class:views::DesktopWindowTreeHostX11
/external/chromium_org/ash/
H A Droot_window_controller.cc367 return ash_host_->AsWindowTreeHost();
371 return ash_host_->AsWindowTreeHost();
460 return ash_host_->AsWindowTreeHost()->window()->GetChildById(container_id);
769 ash_host_->AsWindowTreeHost()->SetCursor(ui::kCursorPointer);
798 ash_host_->AsWindowTreeHost()->Show();

Completed in 145 milliseconds