Lines Matching refs:email

112   // Returns custom wallpaper path. Append |sub_dir|, |email| and |file| to
115 const std::string& email,
119 bool GetWallpaperFromCache(const std::string& email,
146 // Removes all |email| related wallpaper info and saved wallpapers.
147 void RemoveUserWallpaperInfo(const std::string& email);
194 // Sets |email|'s wallpaper.
195 void SetUserWallpaper(const std::string& email);
230 // Caches |email|'s wallpaper to memory.
231 void CacheUserWallpaper(const std::string& email);
242 // Deletes all |email| related custom or converted wallpapers.
243 void DeleteUserWallpapers(const std::string& email);
245 // Creates all new custom wallpaper directories for |email| if not exist.
246 void EnsureCustomWallpaperDirectories(const std::string& email);
255 void FallbackToOldCustomWallpaper(const std::string& email,
263 // Loads |email|'s wallpaper. When |update_wallpaper| is true, sets wallpaper
265 void LoadWallpaper(const std::string& email,
281 // Gets |email|'s custom wallpaper at |wallpaper_path|. Falls back on original
286 void GetCustomWallpaperInternalOld(const std::string& email,
291 // Gets |email|'s custom wallpaper at |wallpaper_path|. Falls back on original
294 void GetCustomWallpaperInternal(const std::string& email,
299 // Gets wallpaper information of |email| from Local State or memory. Returns
301 bool GetUserWallpaperInfo(const std::string& email, WallpaperInfo* info);
305 void OnWallpaperDecoded(const std::string& email,
313 void ProcessCustomWallpaper(const std::string& email,
324 void SaveCustomWallpaper(const std::string& email,
335 void StartLoad(const std::string& email,