Home
last modified time | relevance | path

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

/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/wallpaper/
H A Dwallpaper_controller_unittest.cc1031 controller_->GetUserWallpaperInfo(account_id_1, &wallpaper_info)); in TEST_F()
1101 controller_->GetUserWallpaperInfo(account_id_1, &wallpaper_info)); in TEST_F()
1134 controller_->GetUserWallpaperInfo(account_id_1, &wallpaper_info)); in TEST_F()
1348 EXPECT_TRUE(controller_->GetUserWallpaperInfo(guest_id, &wallpaper_info)); in TEST_F()
1375 EXPECT_TRUE(controller_->GetUserWallpaperInfo(guest_id, &wallpaper_info)); in TEST_F()
1411 EXPECT_TRUE(controller_->GetUserWallpaperInfo(guest_id, &wallpaper_info)); in TEST_F()
1445 controller_->GetUserWallpaperInfo(account_id_1, &wallpaper_info)); in TEST_F()
1461 controller_->GetUserWallpaperInfo(account_id_1, &wallpaper_info)); in TEST_F()
1471 controller_->GetUserWallpaperInfo(account_id_1, &wallpaper_info)); in TEST_F()
2120 controller_->GetUserWallpaperInfo(account_id_1, &user_wallpaper_info)); in TEST_F()
[all …]
H A Dwallpaper_controller_impl.cc705 return GetUserWallpaperInfo(account_id, &info) && info.type == POLICY; in IsPolicyControlled()
775 if (GetUserWallpaperInfo(account_id, &old_info)) { in SetUserWallpaperInfo()
796 bool WallpaperControllerImpl::GetUserWallpaperInfo(const AccountId& account_id, in GetUserWallpaperInfo() function in ash::WallpaperControllerImpl
1110 if (!GetUserWallpaperInfo(account_id, &info) || info.type != CUSTOMIZED) in UpdateCustomWallpaperLayout()
1137 if (!GetUserWallpaperInfo(account_id, &info)) { in ShowUserWallpaper()
1140 GetUserWallpaperInfo(account_id, &info); in ShowUserWallpaper()
1334 !GetUserWallpaperInfo(active_user_session->user_info.account_id, &info)) { in GetActiveUserWallpaperInfo()
1544 GetUserWallpaperInfo(account_id, &info); in RemoveUserWallpaperInfo()
H A Dwallpaper_controller_impl.h193 bool GetUserWallpaperInfo(const AccountId& account_id,