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

  /external/chromium_org/ash/desktop_background/
desktop_background_controller.cc 171 if (current_wallpaper_)
172 return current_wallpaper_->image();
187 if (current_wallpaper_)
188 return current_wallpaper_->layout();
202 current_wallpaper_.get())
255 current_wallpaper_.reset(new WallpaperResizer(
257 current_wallpaper_->StartResize();
277 current_wallpaper_.reset(NULL);
310 current_wallpaper_.get()) {
325 (current_wallpaper_.get() &
    [all...]
desktop_background_controller.h 144 // loaded by |wallpaper_loader_| or stored in |current_wallpaper_|.
149 // in |current_wallpaper_|.
204 scoped_ptr<WallpaperResizer> current_wallpaper_; member in class:ash::DesktopBackgroundController
206 // If a default wallpaper is stored in |current_wallpaper_|, the path and

Completed in 24 milliseconds