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

  /external/chromium_org/ash/test/
shell_test_api.cc 60 if (shell_->display_configurator_animation_) {
62 shell_->display_configurator_animation_.get());
63 shell_->display_configurator_animation_.reset();
  /external/chromium_org/ash/
shell.h 520 return display_configurator_animation_.get();
717 scoped_ptr<DisplayConfiguratorAnimation> display_configurator_animation_; member in class:ash::Shell
shell.cc 791 if (display_configurator_animation_)
793 display_configurator_animation_.get());
817 display_configurator_animation_.reset(new DisplayConfiguratorAnimation());
818 display_configurator_->AddObserver(display_configurator_animation_.get());
    [all...]

Completed in 178 milliseconds