WindowTreeHost    145 apps/shell/browser/shell_browser_main_parts.cc     const aura::WindowTreeHost* host) {
WindowTreeHost     67 apps/shell/browser/shell_browser_main_parts.h   virtual void OnHostCloseRequested(const aura::WindowTreeHost* host) OVERRIDE;
WindowTreeHost    138 apps/shell/browser/shell_desktop_controller.cc aura::WindowTreeHost* ShellDesktopController::GetWindowTreeHost() {
WindowTreeHost    163 apps/shell/browser/shell_desktop_controller.cc   aura::WindowTreeHost* host = wm_test_helper_->host();
WindowTreeHost     20 apps/shell/browser/shell_desktop_controller.h class WindowTreeHost;
WindowTreeHost     58 apps/shell/browser/shell_desktop_controller.h   aura::WindowTreeHost* GetWindowTreeHost();
WindowTreeHost     87 ash/accelerators/nested_dispatcher_controller_unittest.cc   aura::WindowTreeHost* host = ash::Shell::GetPrimaryRootWindow()->GetHost();
WindowTreeHost    190 ash/autoclick/autoclick_controller.cc   aura::WindowTreeHost* host = root_window->GetHost();
WindowTreeHost    120 ash/display/cursor_window_controller.cc     aura::WindowTreeHost* mirror_host = Shell::GetInstance()->
WindowTreeHost     79 ash/display/display_controller.cc void SetDisplayPropertiesOnHost(aura::WindowTreeHost* host,
WindowTreeHost    280 ash/display/display_controller.cc       aura::WindowTreeHost* host = AddWindowTreeHostForDisplay(display);
WindowTreeHost    532 ash/display/display_controller.cc   aura::WindowTreeHost* host = root_windows_[display.id()]->GetHost();
WindowTreeHost    547 ash/display/display_controller.cc     aura::WindowTreeHost* host = root_windows_[display.id()]->GetHost();
WindowTreeHost    554 ash/display/display_controller.cc     aura::WindowTreeHost* host = AddWindowTreeHostForDisplay(display);
WindowTreeHost    601 ash/display/display_controller.cc void DisplayController::OnHostResized(const aura::WindowTreeHost* host) {
WindowTreeHost    682 ash/display/display_controller.cc aura::WindowTreeHost* DisplayController::AddWindowTreeHostForDisplay(
WindowTreeHost    688 ash/display/display_controller.cc   aura::WindowTreeHost* host =
WindowTreeHost     26 ash/display/display_controller.h class WindowTreeHost;
WindowTreeHost    154 ash/display/display_controller.h   virtual void OnHostResized(const aura::WindowTreeHost* host) OVERRIDE;
WindowTreeHost    171 ash/display/display_controller.h   aura::WindowTreeHost* AddWindowTreeHostForDisplay(
WindowTreeHost    351 ash/display/display_controller_unittest.cc std::string GetXWindowName(aura::WindowTreeHost* host) {
WindowTreeHost     55 ash/display/display_info.cc   gfx::Rect bounds_in_native(aura::WindowTreeHost::GetNativeScreenSize());
WindowTreeHost    386 ash/display/display_manager_unittest.cc   aura::WindowTreeHost* host = Shell::GetPrimaryRootWindow()->GetHost();
WindowTreeHost   1168 ash/display/display_manager_unittest.cc   aura::WindowTreeHost* host0 = root_windows[0]->GetHost();
WindowTreeHost   1169 ash/display/display_manager_unittest.cc   aura::WindowTreeHost* host1 = root_windows[1]->GetHost();
WindowTreeHost    152 ash/display/mirror_window_controller.cc void MirrorWindowController::OnHostResized(const aura::WindowTreeHost* host) {
WindowTreeHost     55 ash/display/mirror_window_controller.h   virtual void OnHostResized(const aura::WindowTreeHost* host) OVERRIDE;
WindowTreeHost     57 ash/display/mirror_window_controller.h   aura::WindowTreeHost* host() const { return host_.get(); }
WindowTreeHost     66 ash/display/mirror_window_controller.h   scoped_ptr<aura::WindowTreeHost> host_;
WindowTreeHost     98 ash/display/screen_position_controller.cc       aura::WindowTreeHost* host = root_windows[i]->GetHost();
WindowTreeHost     46 ash/display/virtual_keyboard_window_controller.cc     aura::WindowTreeHost* host =
WindowTreeHost     65 ash/display/virtual_keyboard_window_controller.cc     aura::WindowTreeHost* host = root_window_controller_->host();
WindowTreeHost     90 ash/display/virtual_keyboard_window_controller.cc   aura::WindowTreeHost* host = root_window_controller_->host();
WindowTreeHost    255 ash/extended_desktop_unittest.cc   aura::WindowTreeHost* host0 = root_windows[0]->GetHost();
WindowTreeHost    256 ash/extended_desktop_unittest.cc   aura::WindowTreeHost* host1 = root_windows[1]->GetHost();
WindowTreeHost     16 ash/host/window_tree_host_factory.cc   virtual aura::WindowTreeHost* CreateWindowTreeHost(
WindowTreeHost     18 ash/host/window_tree_host_factory.cc     return aura::WindowTreeHost::Create(initial_bounds);
WindowTreeHost     12 ash/host/window_tree_host_factory.h class WindowTreeHost;
WindowTreeHost     24 ash/host/window_tree_host_factory.h   virtual aura::WindowTreeHost* CreateWindowTreeHost(
WindowTreeHost     20 ash/host/window_tree_host_factory_win.cc   virtual aura::WindowTreeHost* CreateWindowTreeHost(
WindowTreeHost     27 ash/host/window_tree_host_factory_win.cc     return aura::WindowTreeHost::Create(initial_bounds);
WindowTreeHost     47 ash/magnifier/magnification_controller.cc void MoveCursorTo(aura::WindowTreeHost* host, const gfx::Point& root_location) {
WindowTreeHost    261 ash/root_window_controller.cc void RootWindowController::CreateForPrimaryDisplay(aura::WindowTreeHost* host) {
WindowTreeHost    268 ash/root_window_controller.cc     aura::WindowTreeHost* host) {
WindowTreeHost    274 ash/root_window_controller.cc     aura::WindowTreeHost* host) {
WindowTreeHost    660 ash/root_window_controller.cc RootWindowController::RootWindowController(aura::WindowTreeHost* host)
WindowTreeHost     83 ash/root_window_controller.h   static void CreateForPrimaryDisplay(aura::WindowTreeHost* host);
WindowTreeHost     86 ash/root_window_controller.h   static void CreateForSecondaryDisplay(aura::WindowTreeHost* host);
WindowTreeHost     90 ash/root_window_controller.h   static void CreateForVirtualKeyboardDisplay(aura::WindowTreeHost* host);
WindowTreeHost    111 ash/root_window_controller.h   aura::WindowTreeHost* host() { return host_.get(); }
WindowTreeHost    112 ash/root_window_controller.h   const aura::WindowTreeHost* host() const { return host_.get(); }
WindowTreeHost    238 ash/root_window_controller.h   explicit RootWindowController(aura::WindowTreeHost* host);
WindowTreeHost    270 ash/root_window_controller.h   scoped_ptr<aura::WindowTreeHost> host_;
WindowTreeHost     65 ash/test/ash_test_base.cc   virtual aura::WindowTreeHost* GetHostAt(
WindowTreeHost     17 ash/test/mirror_window_test_api.cc const aura::WindowTreeHost* MirrorWindowTestApi::GetHost() const {
WindowTreeHost     14 ash/test/mirror_window_test_api.h class WindowTreeHost;
WindowTreeHost     29 ash/test/mirror_window_test_api.h   const aura::WindowTreeHost* GetHost() const;
WindowTreeHost    196 ash/wm/ash_native_cursor_manager_unittest.cc   aura::WindowTreeHost* host = root_window->GetHost();
WindowTreeHost     22 ash/wm/boot_splash_screen_chromeos.cc   explicit CopyHostContentLayerDelegate(aura::WindowTreeHost* host)
WindowTreeHost     48 ash/wm/boot_splash_screen_chromeos.cc   aura::WindowTreeHost* host_;  // not owned
WindowTreeHost     53 ash/wm/boot_splash_screen_chromeos.cc BootSplashScreen::BootSplashScreen(aura::WindowTreeHost* host)
WindowTreeHost     15 ash/wm/boot_splash_screen_chromeos.h class WindowTreeHost;
WindowTreeHost     32 ash/wm/boot_splash_screen_chromeos.h   explicit BootSplashScreen(aura::WindowTreeHost* host);
WindowTreeHost    296 ash/wm/lock_state_controller.cc     const aura::WindowTreeHost* host) {
WindowTreeHost    202 ash/wm/lock_state_controller.h   virtual void OnHostCloseRequested(const aura::WindowTreeHost* host) OVERRIDE;
WindowTreeHost    510 ash/wm/window_manager_unittest.cc   aura::WindowTreeHost* host = root_window->GetHost();
WindowTreeHost     84 chrome/browser/renderer_host/pepper/pepper_flash_drm_host.cc     aura::WindowTreeHost* host = native_view->GetHost();
WindowTreeHost     41 chrome/browser/ui/aura/active_desktop_monitor.cc bool ActiveDesktopMonitor::IsDesktopWindow(aura::WindowTreeHost* host) {
WindowTreeHost     59 chrome/browser/ui/aura/active_desktop_monitor.cc void ActiveDesktopMonitor::OnHostActivated(aura::WindowTreeHost* host) {
WindowTreeHost     30 chrome/browser/ui/aura/active_desktop_monitor.h   static bool IsDesktopWindow(aura::WindowTreeHost* host);
WindowTreeHost     34 chrome/browser/ui/aura/active_desktop_monitor.h   virtual void OnHostActivated(aura::WindowTreeHost* host) OVERRIDE;
WindowTreeHost    223 chrome/browser/ui/views/tabs/tab_drag_controller_interactive_uitest.cc   virtual aura::WindowTreeHost* GetHostAt(
WindowTreeHost    145 chrome/browser/ui/views/tabs/window_finder_x11.cc     if (!aura::WindowTreeHost::GetForAcceleratedWidget(window))
WindowTreeHost     16 content/browser/renderer_host/compositor_resize_lock_aura.cc     aura::WindowTreeHost* host,
WindowTreeHost     14 content/browser/renderer_host/compositor_resize_lock_aura.h class WindowTreeHost;
WindowTreeHost     25 content/browser/renderer_host/compositor_resize_lock_aura.h   CompositorResizeLock(aura::WindowTreeHost* host,
WindowTreeHost     39 content/browser/renderer_host/compositor_resize_lock_aura.h   aura::WindowTreeHost* host_;
WindowTreeHost     35 content/browser/renderer_host/input/synthetic_gesture_target_aura.cc   aura::WindowTreeHost* host = window->GetHost();
WindowTreeHost    656 content/browser/renderer_host/render_widget_host_view_aura.cc   aura::WindowTreeHost* host = window_->GetHost();
WindowTreeHost    738 content/browser/renderer_host/render_widget_host_view_aura.cc   aura::WindowTreeHost* host = window_->GetHost();
WindowTreeHost    771 content/browser/renderer_host/render_widget_host_view_aura.cc   aura::WindowTreeHost* host = window_->GetHost();
WindowTreeHost    780 content/browser/renderer_host/render_widget_host_view_aura.cc   aura::WindowTreeHost* host = window_->GetHost();
WindowTreeHost    798 content/browser/renderer_host/render_widget_host_view_aura.cc     aura::WindowTreeHost* host = window_->GetHost();
WindowTreeHost   1012 content/browser/renderer_host/render_widget_host_view_aura.cc   aura::WindowTreeHost* host = window_->GetHost();
WindowTreeHost   2071 content/browser/renderer_host/render_widget_host_view_aura.cc   aura::WindowTreeHost* host = top_level->GetHost();
WindowTreeHost   2107 content/browser/renderer_host/render_widget_host_view_aura.cc   aura::WindowTreeHost* host = window_->GetHost();
WindowTreeHost   2142 content/browser/renderer_host/render_widget_host_view_aura.cc   aura::WindowTreeHost* host = window_->GetHost();
WindowTreeHost   2766 content/browser/renderer_host/render_widget_host_view_aura.cc     aura::WindowTreeHost* host = window_->GetHost();
WindowTreeHost   2933 content/browser/renderer_host/render_widget_host_view_aura.cc   aura::WindowTreeHost* host = window_->GetHost();
WindowTreeHost   3040 content/browser/renderer_host/render_widget_host_view_aura.cc void RenderWidgetHostViewAura::OnHostMoved(const aura::WindowTreeHost* host,
WindowTreeHost   3433 content/browser/renderer_host/render_widget_host_view_aura.cc   aura::WindowTreeHost* host = window_->GetHost();
WindowTreeHost    328 content/browser/renderer_host/render_widget_host_view_aura.h   virtual void OnHostMoved(const aura::WindowTreeHost* host,
WindowTreeHost    578 content/browser/web_contents/web_contents_view_aura.cc   virtual void OnHostMoved(const aura::WindowTreeHost* host,
WindowTreeHost     66 content/shell/browser/shell_platform_data_aura.cc   explicit MinimalInputEventFilter(aura::WindowTreeHost* host)
WindowTreeHost    105 content/shell/browser/shell_platform_data_aura.cc   aura::WindowTreeHost* host_;
WindowTreeHost    117 content/shell/browser/shell_platform_data_aura.cc   host_.reset(aura::WindowTreeHost::Create(gfx::Rect(initial_size)));
WindowTreeHost     38 content/shell/browser/shell_platform_data_aura.h   aura::WindowTreeHost* host() { return host_.get(); }
WindowTreeHost     41 content/shell/browser/shell_platform_data_aura.h   scoped_ptr<aura::WindowTreeHost> host_;
WindowTreeHost    174 mojo/examples/aura_demo/aura_demo.cc   scoped_ptr<aura::WindowTreeHost> window_tree_host_;
WindowTreeHost     22 mojo/examples/aura_demo/window_tree_host_mojo.h class WindowTreeHostMojo : public aura::WindowTreeHost,
WindowTreeHost    274 mojo/examples/launcher/launcher.cc   scoped_ptr<aura::WindowTreeHost> window_tree_host_;
WindowTreeHost    314 ui/aura/bench/bench_main.cc   scoped_ptr<aura::WindowTreeHost> host(
WindowTreeHost    130 ui/aura/demo/demo_main.cc   scoped_ptr<aura::WindowTreeHost> host(
WindowTreeHost     96 ui/aura/env.cc void Env::NotifyHostInitialized(WindowTreeHost* host) {
WindowTreeHost    100 ui/aura/env.cc void Env::NotifyHostActivated(WindowTreeHost* host) {
WindowTreeHost     28 ui/aura/env.h  class WindowTreeHost;
WindowTreeHost     64 ui/aura/env.h    friend class WindowTreeHost;
WindowTreeHost     72 ui/aura/env.h    void NotifyHostInitialized(WindowTreeHost* host);
WindowTreeHost     75 ui/aura/env.h    void NotifyHostActivated(WindowTreeHost* host);
WindowTreeHost     13 ui/aura/env_observer.h class WindowTreeHost;
WindowTreeHost     21 ui/aura/env_observer.h  virtual void OnHostInitialized(WindowTreeHost* host) {};
WindowTreeHost     24 ui/aura/env_observer.h   virtual void OnHostActivated(WindowTreeHost* host) {}
WindowTreeHost    169 ui/aura/remote_window_tree_host_win.cc       window_size_(aura::WindowTreeHost::GetNativeScreenSize()) {
WindowTreeHost    105 ui/aura/remote_window_tree_host_win.h     : public WindowTreeHost,
WindowTreeHost     44 ui/aura/test/aura_test_base.h   WindowTreeHost* host() { return helper_->host(); }
WindowTreeHost     52 ui/aura/test/aura_test_helper.h   WindowTreeHost* host() { return host_.get(); }
WindowTreeHost     61 ui/aura/test/aura_test_helper.h   scoped_ptr<WindowTreeHost> host_;
WindowTreeHost     42 ui/aura/test/event_generator.cc   virtual WindowTreeHost* GetHostAt(const gfx::Point& point) const OVERRIDE {
WindowTreeHost     33 ui/aura/test/event_generator.h class WindowTreeHost;
WindowTreeHost     51 ui/aura/test/event_generator.h   virtual WindowTreeHost* GetHostAt(const gfx::Point& point) const = 0;
WindowTreeHost    313 ui/aura/test/event_generator.h   void set_current_host(WindowTreeHost* host) {
WindowTreeHost    340 ui/aura/test/event_generator.h   WindowTreeHost* current_host_;
WindowTreeHost     28 ui/aura/test/test_screen.cc   return new TestScreen(gfx::Rect(WindowTreeHost::GetNativeScreenSize()));
WindowTreeHost     34 ui/aura/test/test_screen.cc WindowTreeHost* TestScreen::CreateHostForPrimaryDisplay() {
WindowTreeHost     36 ui/aura/test/test_screen.cc   host_ = WindowTreeHost::Create(gfx::Rect(display_.GetSizeInPixel()));
WindowTreeHost     20 ui/aura/test/test_screen.h class WindowTreeHost;
WindowTreeHost     31 ui/aura/test/test_screen.h   WindowTreeHost* CreateHostForPrimaryDisplay();
WindowTreeHost     68 ui/aura/test/test_screen.h   aura::WindowTreeHost* host_;
WindowTreeHost     11 ui/aura/test/ui_controls_factory_aura.h class WindowTreeHost;
WindowTreeHost     15 ui/aura/test/ui_controls_factory_aura.h ui_controls::UIControlsAura* CreateUIControlsAura(WindowTreeHost* host);
WindowTreeHost     87 ui/aura/test/ui_controls_factory_aurawin.cc UIControlsAura* CreateUIControlsAura(WindowTreeHost* host) {
WindowTreeHost     83 ui/aura/test/ui_controls_factory_aurax11.cc   UIControlsX11(WindowTreeHost* host) : host_(host) {
WindowTreeHost    253 ui/aura/test/ui_controls_factory_aurax11.cc   WindowTreeHost* host_;
WindowTreeHost    260 ui/aura/test/ui_controls_factory_aurax11.cc UIControlsAura* CreateUIControlsAura(WindowTreeHost* host) {
WindowTreeHost    234 ui/aura/window.cc   WindowTreeHost* host = GetHost();
WindowTreeHost    326 ui/aura/window.cc WindowTreeHost* Window::GetHost() {
WindowTreeHost    327 ui/aura/window.cc   return const_cast<WindowTreeHost*>(const_cast<const Window*>(this)->
WindowTreeHost    331 ui/aura/window.cc const WindowTreeHost* Window::GetHost() const {
WindowTreeHost   1426 ui/aura/window.cc     WindowTreeHost* host = GetHost();
WindowTreeHost     49 ui/aura/window.h class WindowTreeHost;
WindowTreeHost    122 ui/aura/window.h   WindowTreeHost* GetHost();
WindowTreeHost    123 ui/aura/window.h   const WindowTreeHost* GetHost() const;
WindowTreeHost    124 ui/aura/window.h   void set_host(WindowTreeHost* host) { host_ = host; }
WindowTreeHost    492 ui/aura/window.h   WindowTreeHost* host_;
WindowTreeHost     75 ui/aura/window_event_dispatcher.cc WindowEventDispatcher::WindowEventDispatcher(WindowTreeHost* host)
WindowTreeHost     47 ui/aura/window_event_dispatcher.h class WindowTreeHost;
WindowTreeHost     59 ui/aura/window_event_dispatcher.h   explicit WindowEventDispatcher(WindowTreeHost* host);
WindowTreeHost    233 ui/aura/window_event_dispatcher.h   WindowTreeHost* host_;
WindowTreeHost   1362 ui/aura/window_event_dispatcher_unittest.cc     scoped_ptr<WindowTreeHost> host(
WindowTreeHost   1363 ui/aura/window_event_dispatcher_unittest.cc         WindowTreeHost::Create(gfx::Rect(0, 0, 100, 100)));
WindowTreeHost   1436 ui/aura/window_event_dispatcher_unittest.cc   explicit DeleteHostFromHeldMouseEventDelegate(WindowTreeHost* host)
WindowTreeHost   1458 ui/aura/window_event_dispatcher_unittest.cc   WindowTreeHost* host_;
WindowTreeHost   1471 ui/aura/window_event_dispatcher_unittest.cc   WindowTreeHost* h2 = WindowTreeHost::Create(gfx::Rect(0, 0, 100, 100));
WindowTreeHost   1938 ui/aura/window_event_dispatcher_unittest.cc   scoped_ptr<WindowTreeHost> second_host(
WindowTreeHost   1939 ui/aura/window_event_dispatcher_unittest.cc       WindowTreeHost::Create(gfx::Rect(20, 30, 100, 50)));
WindowTreeHost   1999 ui/aura/window_event_dispatcher_unittest.cc   scoped_ptr<WindowTreeHost> second_host(
WindowTreeHost   2000 ui/aura/window_event_dispatcher_unittest.cc       WindowTreeHost::Create(gfx::Rect(20, 30, 100, 50)));
WindowTreeHost     83 ui/aura/window_tree_host.cc WindowTreeHost::~WindowTreeHost() {
WindowTreeHost     89 ui/aura/window_tree_host.cc WindowTreeHost* WindowTreeHost::Create(const gfx::Rect& bounds) {
WindowTreeHost     99 ui/aura/window_tree_host.cc WindowTreeHost* WindowTreeHost::GetForAcceleratedWidget(
WindowTreeHost    101 ui/aura/window_tree_host.cc   return reinterpret_cast<WindowTreeHost*>(
WindowTreeHost    105 ui/aura/window_tree_host.cc void WindowTreeHost::InitHost() {
WindowTreeHost    112 ui/aura/window_tree_host.cc void WindowTreeHost::InitCompositor() {
WindowTreeHost    120 ui/aura/window_tree_host.cc void WindowTreeHost::AddObserver(WindowTreeHostObserver* observer) {
WindowTreeHost    124 ui/aura/window_tree_host.cc void WindowTreeHost::RemoveObserver(WindowTreeHostObserver* observer) {
WindowTreeHost    128 ui/aura/window_tree_host.cc ui::EventProcessor* WindowTreeHost::event_processor() {
WindowTreeHost    132 ui/aura/window_tree_host.cc void WindowTreeHost::SetRootWindowTransformer(
WindowTreeHost    143 ui/aura/window_tree_host.cc gfx::Transform WindowTreeHost::GetRootTransform() const {
WindowTreeHost    151 ui/aura/window_tree_host.cc void WindowTreeHost::SetTransform(const gfx::Transform& transform) {
WindowTreeHost    157 ui/aura/window_tree_host.cc gfx::Transform WindowTreeHost::GetInverseRootTransform() const {
WindowTreeHost    164 ui/aura/window_tree_host.cc void WindowTreeHost::UpdateRootWindowSize(const gfx::Size& host_size) {
WindowTreeHost    168 ui/aura/window_tree_host.cc void WindowTreeHost::ConvertPointToNativeScreen(gfx::Point* point) const {
WindowTreeHost    174 ui/aura/window_tree_host.cc void WindowTreeHost::ConvertPointFromNativeScreen(gfx::Point* point) const {
WindowTreeHost    180 ui/aura/window_tree_host.cc void WindowTreeHost::ConvertPointToHost(gfx::Point* point) const {
WindowTreeHost    186 ui/aura/window_tree_host.cc void WindowTreeHost::ConvertPointFromHost(gfx::Point* point) const {
WindowTreeHost    192 ui/aura/window_tree_host.cc void WindowTreeHost::SetCursor(gfx::NativeCursor cursor) {
WindowTreeHost    199 ui/aura/window_tree_host.cc void WindowTreeHost::OnCursorVisibilityChanged(bool show) {
WindowTreeHost    212 ui/aura/window_tree_host.cc void WindowTreeHost::MoveCursorTo(const gfx::Point& location_in_dip) {
WindowTreeHost    218 ui/aura/window_tree_host.cc void WindowTreeHost::MoveCursorToHostLocation(const gfx::Point& host_location) {
WindowTreeHost    227 ui/aura/window_tree_host.cc WindowTreeHost::WindowTreeHost()
WindowTreeHost    232 ui/aura/window_tree_host.cc void WindowTreeHost::DestroyCompositor() {
WindowTreeHost    237 ui/aura/window_tree_host.cc void WindowTreeHost::DestroyDispatcher() {
WindowTreeHost    252 ui/aura/window_tree_host.cc void WindowTreeHost::CreateCompositor(
WindowTreeHost    271 ui/aura/window_tree_host.cc void WindowTreeHost::OnHostMoved(const gfx::Point& new_location) {
WindowTreeHost    279 ui/aura/window_tree_host.cc void WindowTreeHost::OnHostResized(const gfx::Size& new_size) {
WindowTreeHost    292 ui/aura/window_tree_host.cc void WindowTreeHost::OnHostCloseRequested() {
WindowTreeHost    297 ui/aura/window_tree_host.cc void WindowTreeHost::OnHostActivated() {
WindowTreeHost    301 ui/aura/window_tree_host.cc void WindowTreeHost::OnHostLostWindowCapture() {
WindowTreeHost    310 ui/aura/window_tree_host.cc void WindowTreeHost::MoveCursorToInternal(const gfx::Point& root_location,
WindowTreeHost     38 ui/aura/window_tree_host.h class AURA_EXPORT WindowTreeHost {
WindowTreeHost     40 ui/aura/window_tree_host.h   virtual ~WindowTreeHost();
WindowTreeHost     43 ui/aura/window_tree_host.h   static WindowTreeHost* Create(const gfx::Rect& bounds);
WindowTreeHost     47 ui/aura/window_tree_host.h   static WindowTreeHost* GetForAcceleratedWidget(gfx::AcceleratedWidget widget);
WindowTreeHost     63 ui/aura/window_tree_host.h         const_cast<const WindowTreeHost*>(this)->dispatcher());
WindowTreeHost    169 ui/aura/window_tree_host.h   WindowTreeHost();
WindowTreeHost    218 ui/aura/window_tree_host.h   DISALLOW_COPY_AND_ASSIGN(WindowTreeHost);
WindowTreeHost     26 ui/aura/window_tree_host_mac.h class AURA_EXPORT WindowTreeHostMac : public WindowTreeHost {
WindowTreeHost     16 ui/aura/window_tree_host_observer.h class WindowTreeHost;
WindowTreeHost     21 ui/aura/window_tree_host_observer.h   virtual void OnHostResized(const WindowTreeHost* host) {}
WindowTreeHost     24 ui/aura/window_tree_host_observer.h   virtual void OnHostMoved(const WindowTreeHost* host,
WindowTreeHost     28 ui/aura/window_tree_host_observer.h   virtual void OnHostCloseRequested(const WindowTreeHost* host) {}
WindowTreeHost    125 ui/aura/window_tree_host_ozone.cc WindowTreeHost* WindowTreeHost::Create(const gfx::Rect& bounds) {
WindowTreeHost    130 ui/aura/window_tree_host_ozone.cc gfx::Size WindowTreeHost::GetNativeScreenSize() {
WindowTreeHost     19 ui/aura/window_tree_host_ozone.h class WindowTreeHostOzone : public WindowTreeHost,
WindowTreeHost     33 ui/aura/window_tree_host_win.cc WindowTreeHost* WindowTreeHost::Create(const gfx::Rect& bounds) {
WindowTreeHost     38 ui/aura/window_tree_host_win.cc gfx::Size WindowTreeHost::GetNativeScreenSize() {
WindowTreeHost     16 ui/aura/window_tree_host_win.h class WindowTreeHostWin : public WindowTreeHost,
WindowTreeHost    723 ui/aura/window_tree_host_x11.cc void WindowTreeHostX11::OnHostInitialized(WindowTreeHost* host) {
WindowTreeHost    906 ui/aura/window_tree_host_x11.cc WindowTreeHost* WindowTreeHost::Create(const gfx::Rect& bounds) {
WindowTreeHost    911 ui/aura/window_tree_host_x11.cc gfx::Size WindowTreeHost::GetNativeScreenSize() {
WindowTreeHost     36 ui/aura/window_tree_host_x11.h class AURA_EXPORT WindowTreeHostX11 : public WindowTreeHost,
WindowTreeHost     70 ui/aura/window_tree_host_x11.h   virtual void OnHostInitialized(WindowTreeHost* host) OVERRIDE;
WindowTreeHost     30 ui/keyboard/keyboard_util.cc                          aura::WindowTreeHost* host) {
WindowTreeHost    150 ui/keyboard/keyboard_util.cc                 aura::WindowTreeHost* host) {
WindowTreeHost    194 ui/keyboard/keyboard_util.cc                   aura::WindowTreeHost* host) {
WindowTreeHost     18 ui/keyboard/keyboard_util.h class WindowTreeHost;
WindowTreeHost     81 ui/keyboard/keyboard_util.h                                 aura::WindowTreeHost* host);
WindowTreeHost     94 ui/keyboard/keyboard_util.h                                    aura::WindowTreeHost* host);
WindowTreeHost     37 ui/views/corewm/capture_controller_unittest.cc     second_host_.reset(aura::WindowTreeHost::Create(gfx::Rect(0, 0, 800, 600)));
WindowTreeHost     81 ui/views/corewm/capture_controller_unittest.cc   scoped_ptr<aura::WindowTreeHost> second_host_;
WindowTreeHost    128 ui/views/test/ui_controls_factory_desktop_aurax11.cc     aura::WindowTreeHost* host = window->GetHost();
WindowTreeHost    177 ui/views/test/ui_controls_factory_desktop_aurax11.cc     aura::WindowTreeHost* host = root_window->GetHost();
WindowTreeHost    286 ui/views/test/ui_controls_factory_desktop_aurax11.cc   void SetKeycodeAndSendThenMask(aura::WindowTreeHost* host,
WindowTreeHost    295 ui/views/test/ui_controls_factory_desktop_aurax11.cc   void UnmaskAndSetKeycodeThenSend(aura::WindowTreeHost* host,
WindowTreeHost     78 ui/views/test/views_test_base.cc aura::WindowTreeHost* ViewsTestBase::host() {
WindowTreeHost     18 ui/views/test/views_test_base.h class WindowTreeHost;
WindowTreeHost     62 ui/views/test/views_test_base.h   aura::WindowTreeHost* host();
WindowTreeHost     31 ui/views/widget/desktop_aura/desktop_native_cursor_manager.cc void DesktopNativeCursorManager::AddHost(aura::WindowTreeHost* host) {
WindowTreeHost     35 ui/views/widget/desktop_aura/desktop_native_cursor_manager.cc void DesktopNativeCursorManager::RemoveHost(aura::WindowTreeHost* host) {
WindowTreeHost     16 ui/views/widget/desktop_aura/desktop_native_cursor_manager.h class WindowTreeHost;
WindowTreeHost     44 ui/views/widget/desktop_aura/desktop_native_cursor_manager.h   void AddHost(aura::WindowTreeHost* host);
WindowTreeHost     47 ui/views/widget/desktop_aura/desktop_native_cursor_manager.h   void RemoveHost(aura::WindowTreeHost* host);
WindowTreeHost     71 ui/views/widget/desktop_aura/desktop_native_cursor_manager.h   typedef std::set<aura::WindowTreeHost*> Hosts;
WindowTreeHost    329 ui/views/widget/desktop_aura/desktop_native_widget_aura.cc     aura::WindowTreeHost* host) {
WindowTreeHost   1132 ui/views/widget/desktop_aura/desktop_native_widget_aura.cc     const aura::WindowTreeHost* host) {
WindowTreeHost   1136 ui/views/widget/desktop_aura/desktop_native_widget_aura.cc void DesktopNativeWidgetAura::OnHostResized(const aura::WindowTreeHost* host) {
WindowTreeHost   1151 ui/views/widget/desktop_aura/desktop_native_widget_aura.cc void DesktopNativeWidgetAura::OnHostMoved(const aura::WindowTreeHost* host,
WindowTreeHost     22 ui/views/widget/desktop_aura/desktop_native_widget_aura.h class WindowTreeHost;
WindowTreeHost     80 ui/views/widget/desktop_aura/desktop_native_widget_aura.h   virtual void OnDesktopWindowTreeHostDestroyed(aura::WindowTreeHost* host);
WindowTreeHost     88 ui/views/widget/desktop_aura/desktop_native_widget_aura.h   aura::WindowTreeHost* host() {
WindowTreeHost    231 ui/views/widget/desktop_aura/desktop_native_widget_aura.h   virtual void OnHostCloseRequested(const aura::WindowTreeHost* host) OVERRIDE;
WindowTreeHost    232 ui/views/widget/desktop_aura/desktop_native_widget_aura.h   virtual void OnHostResized(const aura::WindowTreeHost* host) OVERRIDE;
WindowTreeHost    233 ui/views/widget/desktop_aura/desktop_native_widget_aura.h   virtual void OnHostMoved(const aura::WindowTreeHost* host,
WindowTreeHost    249 ui/views/widget/desktop_aura/desktop_native_widget_aura.h   scoped_ptr<aura::WindowTreeHost> host_;
WindowTreeHost     57 ui/views/widget/desktop_aura/desktop_screen_win.cc   aura::WindowTreeHost* host = window->GetHost();
WindowTreeHost    258 ui/views/widget/desktop_aura/desktop_screen_x11.cc   aura::WindowTreeHost* host = window->GetHost();
WindowTreeHost     15 ui/views/widget/desktop_aura/desktop_window_tree_host.h class WindowTreeHost;
WindowTreeHost     76 ui/views/widget/desktop_aura/desktop_window_tree_host.h   virtual aura::WindowTreeHost* AsWindowTreeHost() = 0;
WindowTreeHost     98 ui/views/widget/desktop_aura/desktop_window_tree_host_win.cc   aura::WindowTreeHost* host =
WindowTreeHost     99 ui/views/widget/desktop_aura/desktop_window_tree_host_win.cc       aura::WindowTreeHost::GetForAcceleratedWidget(hwnd);
WindowTreeHost    107 ui/views/widget/desktop_aura/desktop_window_tree_host_win.cc   aura::WindowTreeHost* host = window ? window->GetHost() : NULL;
WindowTreeHost    202 ui/views/widget/desktop_aura/desktop_window_tree_host_win.cc aura::WindowTreeHost* DesktopWindowTreeHostWin::AsWindowTreeHost() {
WindowTreeHost    868 ui/views/widget/desktop_aura/desktop_window_tree_host_win.cc   aura::WindowTreeHost* host =
WindowTreeHost    869 ui/views/widget/desktop_aura/desktop_window_tree_host_win.cc       aura::WindowTreeHost::GetForAcceleratedWidget(GetCapture());
WindowTreeHost     34 ui/views/widget/desktop_aura/desktop_window_tree_host_win.h       public aura::WindowTreeHost,
WindowTreeHost     56 ui/views/widget/desktop_aura/desktop_window_tree_host_win.h   virtual aura::WindowTreeHost* AsWindowTreeHost() OVERRIDE;
WindowTreeHost    153 ui/views/widget/desktop_aura/desktop_window_tree_host_x11.cc   aura::WindowTreeHost* host =
WindowTreeHost    154 ui/views/widget/desktop_aura/desktop_window_tree_host_x11.cc       aura::WindowTreeHost::GetForAcceleratedWidget(xid);
WindowTreeHost    160 ui/views/widget/desktop_aura/desktop_window_tree_host_x11.cc   aura::WindowTreeHost* host =
WindowTreeHost    161 ui/views/widget/desktop_aura/desktop_window_tree_host_x11.cc       aura::WindowTreeHost::GetForAcceleratedWidget(xid);
WindowTreeHost    321 ui/views/widget/desktop_aura/desktop_window_tree_host_x11.cc aura::WindowTreeHost* DesktopWindowTreeHostX11::AsWindowTreeHost() {
WindowTreeHost     36 ui/views/widget/desktop_aura/desktop_window_tree_host_x11.h     public aura::WindowTreeHost,
WindowTreeHost     79 ui/views/widget/desktop_aura/desktop_window_tree_host_x11.h   virtual aura::WindowTreeHost* AsWindowTreeHost() OVERRIDE;
WindowTreeHost     21 ui/views/widget/desktop_aura/x11_desktop_window_move_client.h class WindowTreeHost;
WindowTreeHost     58 ui/views/widget/desktop_aura/x11_desktop_window_move_client.h   aura::WindowTreeHost* host_;
WindowTreeHost     39 ui/views/widget/desktop_aura/x11_whole_screen_move_loop.cc   explicit ScopedCapturer(aura::WindowTreeHost* host)
WindowTreeHost     49 ui/views/widget/desktop_aura/x11_whole_screen_move_loop.cc   aura::WindowTreeHost* host_;
WindowTreeHost     34 ui/views/win/hwnd_util_aurawin.cc   aura::WindowTreeHost* host = view->GetWidget()->GetNativeWindow()->GetHost();
WindowTreeHost     19 ui/wm/test/wm_test_helper.cc   host_.reset(aura::WindowTreeHost::Create(gfx::Rect(default_window_size)));
WindowTreeHost     15 ui/wm/test/wm_test_helper.h class WindowTreeHost;
WindowTreeHost     43 ui/wm/test/wm_test_helper.h   aura::WindowTreeHost* host() { return host_.get(); }
WindowTreeHost     51 ui/wm/test/wm_test_helper.h   scoped_ptr<aura::WindowTreeHost> host_;