HomeSort by relevance Sort by last modified time
    Searched defs:ash_host (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/ash/
root_window_controller.h 110 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
  /external/chromium_org/ash/display/
display_controller.cc 85 void SetDisplayPropertiesOnHost(AshWindowTreeHost* ash_host,
88 aura::WindowTreeHost* host = ash_host->AsWindowTreeHost();
128 ash_host->SetRootWindowTransformer(transformer.Pass());
139 aura::Window* GetWindow(AshWindowTreeHost* ash_host) {
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->AsWindowTreeHost()->SetBounds(display_info.bounds_in_native())
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 63 milliseconds