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

  /external/chromium_org/ash/host/
transformer_helper.h 24 explicit TransformerHelper(AshWindowTreeHost* ash_host);
transformer_helper.cc 60 TransformerHelper::TransformerHelper(AshWindowTreeHost* ash_host)
61 : ash_host_(ash_host) {
  /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...]
mouse_cursor_event_filter.cc 54 GetRootWindowController(root_window)->ash_host()->GetHostInsets());
212 GetRootWindowController(root)->ash_host()->GetHostInsets());
  /external/chromium_org/ash/touch/
touch_transformer_controller.cc 225 RootWindowController::ForWindow(root)->ash_host()->UpdateDisplayID(
245 RootWindowController::ForWindow(root)->ash_host()->UpdateDisplayID(
267 RootWindowController::ForWindow(root1)->ash_host()->UpdateDisplayID(
269 RootWindowController::ForWindow(root2)->ash_host()->UpdateDisplayID(
287 RootWindowController::ForWindow(root)->ash_host()->UpdateDisplayID(
  /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
root_window_controller.cc 691 RootWindowController::RootWindowController(AshWindowTreeHost* ash_host)
692 : ash_host_(ash_host),
    [all...]
  /external/chromium_org/ash/magnifier/
magnification_controller.cc 277 GetRootWindowController(root_window_)->ash_host()->SetRootWindowTransformer(
  /external/chromium_org/ash/accelerators/
accelerator_controller.cc 501 Shell::GetPrimaryRootWindowController()->ash_host()->ToggleFullScreen();
    [all...]

Completed in 227 milliseconds