/external/chromium_org/ash/host/ |
D | transformer_helper.cc | 73 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()
|
D | ash_window_tree_host_ozone.cc | 32 virtual aura::WindowTreeHost* AsWindowTreeHost() OVERRIDE; 70 aura::WindowTreeHost* AshWindowTreeHostOzone::AsWindowTreeHost() { in AsWindowTreeHost() function in ash::__anon7918f3c40111::AshWindowTreeHostOzone
|
D | ash_window_tree_host.h | 49 virtual aura::WindowTreeHost* AsWindowTreeHost() = 0;
|
D | ash_remote_window_tree_host_win.cc | 36 aura::WindowTreeHost* AshRemoteWindowTreeHostWin::AsWindowTreeHost() { in AsWindowTreeHost() function in ash::AshRemoteWindowTreeHostWin
|
D | ash_remote_window_tree_host_win.h | 33 virtual aura::WindowTreeHost* AsWindowTreeHost() OVERRIDE;
|
D | ash_window_tree_host_x11.cc | 127 aura::WindowTreeHost* AshWindowTreeHostX11::AsWindowTreeHost() { return this; } in AsWindowTreeHost() function in ash::AshWindowTreeHostX11 172 if (host != AsWindowTreeHost()) in OnHostInitialized()
|
D | ash_window_tree_host_x11.h | 34 virtual aura::WindowTreeHost* AsWindowTreeHost() OVERRIDE;
|
D | ash_window_tree_host_win.cc | 78 virtual aura::WindowTreeHost* AsWindowTreeHost() OVERRIDE { return this; } in AsWindowTreeHost() function in ash::__anoncb46aee70111::AshWindowTreeHostWin
|
/external/chromium_org/ash/display/ |
D | mirror_window_controller.cc | 89 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()
|
D | display_controller.cc | 88 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()
|
D | virtual_keyboard_window_controller.cc | 49 aura::WindowTreeHost* host = ash_host->AsWindowTreeHost(); in UpdateWindow()
|
/external/chromium_org/ash/ |
D | root_window_controller.cc | 367 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/ |
D | desktop_window_tree_host.h | 76 virtual aura::WindowTreeHost* AsWindowTreeHost() = 0;
|
D | desktop_native_widget_aura.cc | 419 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()
|
D | x11_window_event_filter.cc | 53 xwindow_(window_tree_host->AsWindowTreeHost()->GetAcceleratedWidget()), in X11WindowEventFilter()
|
D | desktop_window_tree_host_x11.h | 98 virtual aura::WindowTreeHost* AsWindowTreeHost() OVERRIDE;
|
D | desktop_window_tree_host_win.h | 56 virtual aura::WindowTreeHost* AsWindowTreeHost() OVERRIDE;
|
D | desktop_window_tree_host_win.cc | 201 aura::WindowTreeHost* DesktopWindowTreeHostWin::AsWindowTreeHost() { in AsWindowTreeHost() function in views::DesktopWindowTreeHostWin
|
D | desktop_window_tree_host_x11.cc | 357 aura::WindowTreeHost* DesktopWindowTreeHostX11::AsWindowTreeHost() { in AsWindowTreeHost() function in views::DesktopWindowTreeHostX11
|