Searched defs:ash_host (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/ash/host/
H A Dtransformer_helper.cc60 TransformerHelper::TransformerHelper(AshWindowTreeHost* ash_host) argument
61 : ash_host_(ash_host) {
/external/chromium_org/ash/
H A Droot_window_controller.h110 AshWindowTreeHost* ash_host() { return ash_host_.get(); } function in class:ash::RootWindowController
111 const AshWindowTreeHost* ash_host() const { return ash_host_.get(); } function in class:ash::RootWindowController
H A Droot_window_controller.cc691 RootWindowController::RootWindowController(AshWindowTreeHost* ash_host) argument
692 : ash_host_(ash_host),
/external/chromium_org/ash/display/
H A Ddisplay_controller.cc85 void SetDisplayPropertiesOnHost(AshWindowTreeHost* ash_host, argument
88 aura::WindowTreeHost* host = ash_host->AsWindowTreeHost();
128 ash_host->SetRootWindowTransformer(transformer.Pass());
139 aura::Window* GetWindow(AshWindowTreeHost* ash_host) { argument
140 CHECK(ash_host->AsWindowTreeHost());
141 return ash_host->AsWindowTreeHost()->window();
304 AshWindowTreeHost* ash_host = AddWindowTreeHostForDisplay( local
306 RootWindowController::CreateForSecondaryDisplay(ash_host);
574 AshWindowTreeHost* ash_host = window_tree_hosts_[display.id()]; local
575 ash_host
581 AshWindowTreeHost* ash_host = AddWindowTreeHostForDisplay( local
640 AshWindowTreeHost* ash_host = window_tree_hosts_[display.id()]; local
732 AshWindowTreeHost* ash_host = AshWindowTreeHost::Create(params_with_bounds); local
[all...]

Completed in 117 milliseconds