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 61 if (shell_->display_configurator_animation_) {
63 shell_->display_configurator_animation_.get());
64 shell_->display_configurator_animation_.reset();
  /external/chromium_org/ash/
shell.h 527 return display_configurator_animation_.get();
725 scoped_ptr<DisplayConfiguratorAnimation> display_configurator_animation_; member in class:ash::Shell
shell.cc 808 if (display_configurator_animation_)
810 display_configurator_animation_.get());
831 display_configurator_animation_.reset(new DisplayConfiguratorAnimation());
832 display_configurator_->AddObserver(display_configurator_animation_.get());
    [all...]

Completed in 37 milliseconds