Home
last modified time | relevance | path

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

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