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

/external/chromium_org/chrome/browser/profiles/
H A Dprofile_info_interface.h83 virtual bool ProfileIsUsingDefaultAvatarAtIndex(size_t index) const = 0;
H A Dprofile_info_cache.h94 virtual bool ProfileIsUsingDefaultAvatarAtIndex(size_t index) const OVERRIDE;
H A Dprofile_info_cache_unittest.cc364 EXPECT_TRUE(GetCache()->ProfileIsUsingDefaultAvatarAtIndex(0));
365 EXPECT_TRUE(GetCache()->ProfileIsUsingDefaultAvatarAtIndex(1));
382 EXPECT_TRUE(GetCache()->ProfileIsUsingDefaultAvatarAtIndex(1));
390 EXPECT_FALSE(GetCache()->ProfileIsUsingDefaultAvatarAtIndex(1));
H A Dprofile_info_cache.cc392 value = ProfileIsUsingDefaultAvatarAtIndex(index) &&
435 bool ProfileInfoCache::ProfileIsUsingDefaultAvatarAtIndex(size_t index) const { function in class:ProfileInfoCache
728 if (value == ProfileIsUsingDefaultAvatarAtIndex(index))

Completed in 81 milliseconds