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 257 void GetUserWallpaperInfo(int user_number, WallpaperInfo* wallpaper_info) {
259 GetUserWallpaperInfo(kTestUsers[user_number], wallpaper_info);
299 GetUserWallpaperInfo(0, &info);
306 GetUserWallpaperInfo(0, &info);
314 GetUserWallpaperInfo(0, &info);
wallpaper_manager.cc 581 return GetUserWallpaperInfo(
673 GetUserWallpaperInfo(user_id, &info);
771 if (!GetUserWallpaperInfo(user_id, &info))
779 GetUserWallpaperInfo(user_id, &info);
787 GetUserWallpaperInfo(user_id, &info);
    [all...]
wallpaper_manager.h 468 bool GetUserWallpaperInfo(const std::string& user_id,

Completed in 399 milliseconds