Searched refs:GetUserWallpaperInfo (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/login/users/wallpaper/
H A Dwallpaper_manager_policy_browsertest.cc257 void GetUserWallpaperInfo(int user_number, WallpaperInfo* wallpaper_info) { function in class:chromeos::WallpaperManagerPolicyTest
259 GetUserWallpaperInfo(kTestUsers[user_number], wallpaper_info);
299 GetUserWallpaperInfo(0, &info);
306 GetUserWallpaperInfo(0, &info);
314 GetUserWallpaperInfo(0, &info);
H A Dwallpaper_manager.cc581 return GetUserWallpaperInfo(
673 GetUserWallpaperInfo(user_id, &info);
771 if (!GetUserWallpaperInfo(user_id, &info))
779 GetUserWallpaperInfo(user_id, &info);
787 GetUserWallpaperInfo(user_id, &info);
1199 if (!GetUserWallpaperInfo(user_id, &info)) {
1201 GetUserWallpaperInfo(user_id, &info);
1324 if (GetUserWallpaperInfo(user_id, &info)) {
1502 bool WallpaperManager::GetUserWallpaperInfo(const std::string& user_id, function in class:chromeos::WallpaperManager
1551 GetUserWallpaperInfo(user_i
[all...]
H A Dwallpaper_manager.h468 bool GetUserWallpaperInfo(const std::string& user_id,

Completed in 96 milliseconds