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

  /external/chromium_org/ash/
root_window_controller.h 158 return animating_wallpaper_controller_.get();
316 scoped_ptr<AnimatingDesktopController> animating_wallpaper_controller_; member in class:ash::RootWindowController
root_window_controller.cc 338 if (animating_wallpaper_controller_.get())
339 animating_wallpaper_controller_->StopAnimating();
340 animating_wallpaper_controller_.reset(controller);
353 if (animating_wallpaper_controller_.get())
354 animating_wallpaper_controller_->StopAnimating();
356 animating_wallpaper_controller_.reset();
512 animating_wallpaper_controller_.reset();
    [all...]

Completed in 35 milliseconds