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 60 if (current_wallpaper_)
61 return current_wallpaper_->image();
76 if (current_wallpaper_)
77 return current_wallpaper_->layout();
91 current_wallpaper_.reset(
93 current_wallpaper_->StartResize();
103 current_wallpaper_.reset(NULL);
128 current_wallpaper_.get()) {
148 current_wallpaper_.get())
181 if (!current_wallpaper_.get()
    [all...]
desktop_background_controller.h 112 // in |current_wallpaper_|.
162 scoped_ptr<WallpaperResizer> current_wallpaper_; member in class:ash::DesktopBackgroundController

Completed in 2597 milliseconds