Home
last modified time | relevance | path

Searched refs:ProfileIsUsingDefaultAvatarAtIndex (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/profiles/
Dprofile_info_interface.h83 virtual bool ProfileIsUsingDefaultAvatarAtIndex(size_t index) const = 0;
Dprofile_info_cache_unittest.cc364 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()
Dprofile_info_cache.h94 virtual bool ProfileIsUsingDefaultAvatarAtIndex(size_t index) const OVERRIDE;
Dprofile_info_cache.cc392 value = ProfileIsUsingDefaultAvatarAtIndex(index) && in IsUsingGAIAPictureOfProfileAtIndex()
435 bool ProfileInfoCache::ProfileIsUsingDefaultAvatarAtIndex(size_t index) const { in ProfileIsUsingDefaultAvatarAtIndex() function in ProfileInfoCache
728 if (value == ProfileIsUsingDefaultAvatarAtIndex(index)) in SetProfileIsUsingDefaultAvatarAtIndex()