Searched refs:GetAvatarIconIndexOfProfileAtIndex (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/chrome/browser/profiles/
H A Davatar_menu_desktop.cc37 const size_t icon_index = cache.GetAvatarIconIndexOfProfileAtIndex(index);
H A Dprofile_info_cache.cc335 GetAvatarIconIndexOfProfileAtIndex(index));
441 size_t ProfileInfoCache::GetAvatarIconIndexOfProfileAtIndex(size_t index) function in class:ProfileInfoCache
940 if (GetAvatarIconIndexOfProfileAtIndex(i) == icon_index)
989 int avatar_index = GetAvatarIconIndexOfProfileAtIndex(index);
1089 DownloadHighResAvatar(GetAvatarIconIndexOfProfileAtIndex(i),
1104 GetAvatarIconIndexOfProfileAtIndex(profile_index)));
H A Dprofile_info_cache.h96 size_t GetAvatarIconIndexOfProfileAtIndex(size_t index) const;
H A Dprofile_info_cache_unittest.cc169 EXPECT_EQ(i, GetCache()->GetAvatarIconIndexOfProfileAtIndex(i));
H A Dprofile_shortcut_manager_win.cc836 cache->GetAvatarIconIndexOfProfileAtIndex(profile_index);
H A Dprofile_manager.cc762 cache.GetAvatarIconIndexOfProfileAtIndex(profile_cache_index);
H A Dprofile_manager_unittest.cc555 cache.GetAvatarIconIndexOfProfileAtIndex(profile_index));
/external/chromium_org/chrome/browser/ui/webui/options/
H A Dbrowser_options_handler.cc1278 size_t icon_index = cache.GetAvatarIconIndexOfProfileAtIndex(i);

Completed in 274 milliseconds