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

  /external/chromium_org/ash/display/
mirror_window_controller.cc 85 if (!ash_host_.get()) {
88 ash_host_.reset(AshWindowTreeHost::Create(init_params));
89 aura::WindowTreeHost* host = ash_host_->AsWindowTreeHost();
117 aura::WindowTreeHost* host = ash_host_->AsWindowTreeHost();
129 ash_host_->SetRootWindowTransformer(transformer.Pass());
133 if (ash_host_.get()) {
142 if (ash_host_.get()) {
143 aura::WindowTreeHost* host = ash_host_->AsWindowTreeHost();
153 ash_host_.reset();
162 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/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/
root_window_controller.h 110 AshWindowTreeHost* ash_host() { return ash_host_.get(); }
111 const AshWindowTreeHost* ash_host() const { return ash_host_.get(); }
274 scoped_ptr<AshWindowTreeHost> ash_host_; member in class:ash::RootWindowController
root_window_controller.cc 360 ash_host_.reset();
367 return ash_host_->AsWindowTreeHost();
371 return ash_host_->AsWindowTreeHost();
428 ash_host_->PrepareForShutdown();
460 return ash_host_->AsWindowTreeHost()->window()->GetChildById(container_id);
748 : ash_host_(ash_host),
769 ash_host_->AsWindowTreeHost()->SetCursor(ui::kCursorPointer);
798 ash_host_->AsWindowTreeHost()->Show();
    [all...]

Completed in 2431 milliseconds