Home
last modified time | relevance | path

Searched refs:GetAvatarIconIndex (Results 1 – 11 of 11) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/webui/settings/
H A Dsettings_manage_profile_handler_unittest.cc296 EXPECT_EQ(entry()->GetAvatarIconIndex(), in TEST_F()
310 VerifyIconList(data.arg3(), /*selected_index=*/entry()->GetAvatarIconIndex(), in TEST_F()
356 VerifyIconList(data.arg2(), /*selected_index=*/entry()->GetAvatarIconIndex(), in TEST_F()
373 /*selected_index=*/entry()->GetAvatarIconIndex(), in TEST_F()
H A Dsettings_manage_profile_handler.cc146 using_gaia ? SIZE_MAX : entry->GetAvatarIconIndex(); in GetAvailableIcons()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/profiles/
H A Dprofile_attributes_entry.cc296 if (ShouldShowGenericColoredAvatar(GetAvatarIconIndex())) { in GetAvatarIcon()
310 const int icon_index = GetAvatarIconIndex(); in GetAvatarIcon()
429 size_t ProfileAttributesEntry::GetAvatarIconIndex() const { in GetAvatarIconIndex() function in ProfileAttributesEntry
641 if (ShouldShowGenericColoredAvatar(GetAvatarIconIndex())) in SetProfileThemeColors()
716 const size_t avatar_index = GetAvatarIconIndex(); in GetHighResAvatar()
H A Dprofile_info_cache.cc574 ChooseNameForNewProfile(entries[i]->GetAvatarIconIndex())); in MigrateLegacyProfileNamesAndRecomputeIfNeeded()
587 ChooseNameForNewProfile(entries[j]->GetAvatarIconIndex())); in MigrateLegacyProfileNamesAndRecomputeIfNeeded()
603 DownloadHighResAvatarIfNeeded(entry->GetAvatarIconIndex(), in DownloadAvatars()
H A Dprofile_attributes_storage_unittest.cc299 EXPECT_EQ(0U, entry->GetAvatarIconIndex()); in TEST_F()
678 ASSERT_EQ(0U, entry->GetAvatarIconIndex()); in TEST_F()
683 ASSERT_EQ(2U, entry->GetAvatarIconIndex()); in TEST_F()
688 ASSERT_EQ(3U, entry->GetAvatarIconIndex()); in TEST_F()
H A Dprofile_attributes_entry.h140 size_t GetAvatarIconIndex() const;
H A Dprofile_attributes_storage.cc170 size_t index = entry->GetAvatarIconIndex(); in GetAvatarState()
351 used_icon_indices.insert(entry->GetAvatarIconIndex()); in ChooseAvatarIconIndexForNewProfile()
H A Dprofile_manager.cc1095 avatar_index = entry->GetAvatarIconIndex(); in InitProfileUserPrefs()
H A Dprofile_manager_unittest.cc779 EXPECT_EQ(avatar_index, entry->GetAvatarIconIndex()); in TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/views/profiles/
H A Davatar_toolbar_button_delegate.cc50 if (entry.GetAvatarIconIndex() == profiles::GetPlaceholderAvatarIndex()) in IsGenericProfile()
53 return entry.GetAvatarIconIndex() == 0 && in IsGenericProfile()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/signin/
H A Ddice_signed_in_profile_creator_unittest.cc195 EXPECT_EQ(kTestIcon, entry->GetAvatarIconIndex()); in TEST_F()