Searched refs:GetHighResAvatarOfProfileAtIndex (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/profiles/
H A Dprofile_info_cache.h192 const gfx::Image* GetHighResAvatarOfProfileAtIndex(size_t index) const;
H A Dprofile_info_cache_unittest.cc557 EXPECT_FALSE(GetCache()->GetHighResAvatarOfProfileAtIndex(0));
578 EXPECT_TRUE(GetCache()->GetHighResAvatarOfProfileAtIndex(0));
580 GetCache()->GetHighResAvatarOfProfileAtIndex(0));
H A Dprofile_info_cache.cc329 const gfx::Image* image = GetHighResAvatarOfProfileAtIndex(index);
987 const gfx::Image* ProfileInfoCache::GetHighResAvatarOfProfileAtIndex( function in class:ProfileInfoCache

Completed in 272 milliseconds