HomeSort by relevance Sort by last modified time
    Searched refs:GetUserWallpaperInfo (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/chrome/browser/chromeos/login/users/wallpaper/
wallpaper_manager_policy_browsertest.cc 258 void GetUserWallpaperInfo(int user_number, WallpaperInfo* wallpaper_info) {
260 GetUserWallpaperInfo(kTestUsers[user_number], wallpaper_info);
301 GetUserWallpaperInfo(0, &info);
308 GetUserWallpaperInfo(0, &info);
316 GetUserWallpaperInfo(0, &info);
wallpaper_manager.cc 586 return GetUserWallpaperInfo(UserManager::Get()->GetLoggedInUser()->email(),
678 GetUserWallpaperInfo(user_id, &info);
776 if (!GetUserWallpaperInfo(user_id, &info))
784 GetUserWallpaperInfo(user_id, &info);
792 GetUserWallpaperInfo(user_id, &info);
    [all...]
wallpaper_manager.h 459 bool GetUserWallpaperInfo(const std::string& user_id,

Completed in 305 milliseconds