HomeSort by relevance Sort by last modified time
    Searched refs:GetHighResAvatarOfProfileAtIndex (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/chrome/browser/profiles/
profile_info_cache_unittest.cc 519 EXPECT_FALSE(GetCache()->GetHighResAvatarOfProfileAtIndex(0));
541 EXPECT_TRUE(GetCache()->GetHighResAvatarOfProfileAtIndex(0));
543 GetCache()->GetHighResAvatarOfProfileAtIndex(0));
profile_info_cache.h 184 const gfx::Image* GetHighResAvatarOfProfileAtIndex(size_t index) const;
profile_info_cache.cc 346 const gfx::Image* image = GetHighResAvatarOfProfileAtIndex(index);
    [all...]

Completed in 31 milliseconds