Searched refs:AsWindowTreeHost (Results 1 - 18 of 18) 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::__anon1909::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.cc96 aura::WindowTreeHost* host = ash_host_->AsWindowTreeHost();
124 aura::WindowTreeHost* host = ash_host_->AsWindowTreeHost();
150 aura::WindowTreeHost* host = ash_host_->AsWindowTreeHost();
175 return ash_host_.get() ? ash_host_->AsWindowTreeHost()->window() : NULL;
H A Ddisplay_controller.cc88 aura::WindowTreeHost* host = ash_host->AsWindowTreeHost();
140 CHECK(ash_host->AsWindowTreeHost());
141 return ash_host->AsWindowTreeHost()->window();
575 ash_host->AsWindowTreeHost()->SetBounds(display_info.bounds_in_native());
641 ash_host->AsWindowTreeHost()->SetBounds(display_info.bounds_in_native());
733 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());
712 desktop_window_tree_host_->AsWindowTreeHost()->SetBounds(bounds_in_pixels);
754 desktop_window_tree_host_->AsWindowTreeHost()->Show();
761 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.cc203 aura::WindowTreeHost* DesktopWindowTreeHostWin::AsWindowTreeHost() { function in class:views::DesktopWindowTreeHostWin
H A Ddesktop_window_tree_host_x11.cc359 aura::WindowTreeHost* DesktopWindowTreeHostX11::AsWindowTreeHost() { function in class:views::DesktopWindowTreeHostX11
/external/chromium_org/ash/
H A Droot_window_controller.cc316 return ash_host_->AsWindowTreeHost();
320 return ash_host_->AsWindowTreeHost();
409 return ash_host_->AsWindowTreeHost()->window()->GetChildById(container_id);
713 ash_host_->AsWindowTreeHost()->SetCursor(ui::kCursorPointer);
733 ash_host_->AsWindowTreeHost()->Show();

Completed in 608 milliseconds