Home
last modified time | relevance | path

Searched refs:IsUsingGAIAPictureOfProfileAtIndex (Results 1 – 5 of 5) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/profiles/
H A Dprofile_info_cache_unittest.cc481 EXPECT_FALSE(GetCache()->IsUsingGAIAPictureOfProfileAtIndex(0)); in TEST_F()
482 EXPECT_FALSE(GetCache()->IsUsingGAIAPictureOfProfileAtIndex(1)); in TEST_F()
505 EXPECT_TRUE(GetCache()->IsUsingGAIAPictureOfProfileAtIndex(1)); in TEST_F()
512 EXPECT_FALSE(GetCache()->IsUsingGAIAPictureOfProfileAtIndex(1)); in TEST_F()
526 EXPECT_TRUE(GetCache()->IsUsingGAIAPictureOfProfileAtIndex(1)); in TEST_F()
534 EXPECT_FALSE(GetCache()->IsUsingGAIAPictureOfProfileAtIndex(1)); in TEST_F()
880 EXPECT_TRUE(GetCache()->IsUsingGAIAPictureOfProfileAtIndex(0)); in TEST_F()
886 EXPECT_TRUE(GetCache()->IsUsingGAIAPictureOfProfileAtIndex(0)); in TEST_F()
H A Dprofile_info_interface.h35 virtual bool IsUsingGAIAPictureOfProfileAtIndex(size_t index) const = 0;
H A Dprofile_info_cache.h85 bool IsUsingGAIAPictureOfProfileAtIndex(size_t index) const override;
H A Dprofile_info_cache.cc295 bool ProfileInfoCache::IsUsingGAIAPictureOfProfileAtIndex(size_t index) const { in IsUsingGAIAPictureOfProfileAtIndex() function in ProfileInfoCache
406 IsUsingGAIAPictureOfProfileAtIndex(index); in ShouldUpdateGAIAPictureOfProfileAtIndex()
H A Dprofile_attributes_entry.cc356 return profile_info_cache_->IsUsingGAIAPictureOfProfileAtIndex( in IsUsingGAIAPicture()