Searched refs:current_wallpaper_ (Results 1 – 2 of 2) sorted by relevance
171 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 …]
204 scoped_ptr<WallpaperResizer> current_wallpaper_; variable