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 153 return animating_wallpaper_controller_.get();
314 scoped_ptr<AnimatingDesktopController> animating_wallpaper_controller_; member in class:ash::internal::RootWindowController
root_window_controller.cc 279 if (animating_wallpaper_controller_.get())
280 animating_wallpaper_controller_->StopAnimating();
281 animating_wallpaper_controller_.reset(controller);
287 if (animating_wallpaper_controller_.get())
288 animating_wallpaper_controller_->StopAnimating();
290 animating_wallpaper_controller_.reset();
446 animating_wallpaper_controller_.reset();
    [all...]

Completed in 33 milliseconds