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

  /external/chromium_org/ash/host/
transformer_helper.cc 61 : ash_host_(ash_host) {
73 ash_host_->AsWindowTreeHost()->window(), transform));
80 aura::WindowTreeHost* host = ash_host_->AsWindowTreeHost();
91 ash_host_->AsWindowTreeHost()->window()->layer());
100 ash_host_->AsWindowTreeHost()->window()->layer());
107 ash_host_->AsWindowTreeHost()->window()->SetBounds(
transformer_helper.h 46 AshWindowTreeHost* ash_host_; member in class:ash::TransformerHelper
  /external/chromium_org/ash/display/
mirror_window_controller.cc 92 if (!ash_host_.get()) {
95 ash_host_.reset(AshWindowTreeHost::Create(init_params));
96 aura::WindowTreeHost* host = ash_host_->AsWindowTreeHost();
124 aura::WindowTreeHost* host = ash_host_->AsWindowTreeHost();
136 ash_host_->SetRootWindowTransformer(transformer.Pass());
140 if (ash_host_.get()) {
149 if (ash_host_.get()) {
150 aura::WindowTreeHost* host = ash_host_->AsWindowTreeHost();
160 ash_host_.reset();
169 ash_host_->SetRootWindowTransformer(CreateRootWindowTransformer().Pass())
    [all...]
mirror_window_controller.h 66 scoped_ptr<AshWindowTreeHost> ash_host_; member in class:ash::MirrorWindowController
  /external/chromium_org/ash/
root_window_controller.h 110 AshWindowTreeHost* ash_host() { return ash_host_.get(); }
111 const AshWindowTreeHost* ash_host() const { return ash_host_.get(); }
273 scoped_ptr<AshWindowTreeHost> ash_host_; member in class:ash::RootWindowController
root_window_controller.cc 309 ash_host_.reset();
316 return ash_host_->AsWindowTreeHost();
320 return ash_host_->AsWindowTreeHost();
377 ash_host_->PrepareForShutdown();
409 return ash_host_->AsWindowTreeHost()->window()->GetChildById(container_id);
692 : ash_host_(ash_host),
713 ash_host_->AsWindowTreeHost()->SetCursor(ui::kCursorPointer);
733 ash_host_->AsWindowTreeHost()->Show();
    [all...]

Completed in 579 milliseconds