Searched refs:wallpaper_cache_map_ (Results 1 – 2 of 2) sorted by relevance
845 if (it != wallpaper_cache_map_.end() && !it->second.second.isNull()) { in GetWallpaperFromCache()855 if (it != wallpaper_cache_map_.end()) { in GetPathFromCache()1190 wallpaper_cache_map_[account_id] = in ShowUserWallpaper()1538 if (wallpaper_cache_map_.find(account_id) != wallpaper_cache_map_.end()) in RemoveUserWallpaperInfo()1539 wallpaper_cache_map_.erase(account_id); in RemoveUserWallpaperInfo()1588 wallpaper_cache_map_.erase(account_id); in SetDefaultWallpaperImpl()1758 wallpaper_cache_map_[params.account_id] = in SetOnlineWallpaperImpl()1792 if (it != wallpaper_cache_map_.end() && in SetWallpaperFromInfo()1896 wallpaper_cache_map_[account_id] = in SaveAndSetWallpaper()1913 wallpaper_cache_map_[account_id] = CustomWallpaperElement(path, image); in OnWallpaperDecoded()[all …]
559 CustomWallpaperMap wallpaper_cache_map_; variable