Searched refs:ProfileIsUsingDefaultAvatarAtIndex (Results 1 – 4 of 4) sorted by relevance
83 virtual bool ProfileIsUsingDefaultAvatarAtIndex(size_t index) const = 0;
364 EXPECT_TRUE(GetCache()->ProfileIsUsingDefaultAvatarAtIndex(0)); in TEST_F()365 EXPECT_TRUE(GetCache()->ProfileIsUsingDefaultAvatarAtIndex(1)); in TEST_F()382 EXPECT_TRUE(GetCache()->ProfileIsUsingDefaultAvatarAtIndex(1)); in TEST_F()390 EXPECT_FALSE(GetCache()->ProfileIsUsingDefaultAvatarAtIndex(1)); in TEST_F()
94 virtual bool ProfileIsUsingDefaultAvatarAtIndex(size_t index) const OVERRIDE;
392 value = ProfileIsUsingDefaultAvatarAtIndex(index) && in IsUsingGAIAPictureOfProfileAtIndex()435 bool ProfileInfoCache::ProfileIsUsingDefaultAvatarAtIndex(size_t index) const { in ProfileIsUsingDefaultAvatarAtIndex() function in ProfileInfoCache728 if (value == ProfileIsUsingDefaultAvatarAtIndex(index)) in SetProfileIsUsingDefaultAvatarAtIndex()