Home
last modified time | relevance | path

Searched refs:current_wallpaper_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/ash/desktop_background/
Ddesktop_background_controller.cc171 if (current_wallpaper_) in GetWallpaper()
172 return current_wallpaper_->image(); in GetWallpaper()
187 if (current_wallpaper_) in GetWallpaperLayout()
188 return current_wallpaper_->layout(); in GetWallpaperLayout()
202 current_wallpaper_.get()) in OnRootWindowAdded()
255 current_wallpaper_.reset(new WallpaperResizer( in SetCustomWallpaper()
257 current_wallpaper_->StartResize(); in SetCustomWallpaper()
277 current_wallpaper_.reset(NULL); in CreateEmptyWallpaper()
310 current_wallpaper_.get()) { in OnDisplayConfigurationChanged()
325 (current_wallpaper_.get() && in DefaultWallpaperIsAlreadyLoadingOrLoaded()
[all …]
Ddesktop_background_controller.h204 scoped_ptr<WallpaperResizer> current_wallpaper_; variable