Searched refs:display_configurator_animation_ (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/ash/test/
H A Dshell_test_api.cc61 if (shell_->display_configurator_animation_) {
63 shell_->display_configurator_animation_.get());
64 shell_->display_configurator_animation_.reset();
/external/chromium_org/ash/
H A Dshell.cc808 if (display_configurator_animation_)
810 display_configurator_animation_.get());
831 display_configurator_animation_.reset(new DisplayConfiguratorAnimation());
832 display_configurator_->AddObserver(display_configurator_animation_.get());
H A Dshell.h527 return display_configurator_animation_.get();
725 scoped_ptr<DisplayConfiguratorAnimation> display_configurator_animation_; member in class:ash::Shell

Completed in 71 milliseconds