Home
last modified time | relevance | path

Searched refs:GetDefaultAvatarIconResourceIDAtIndex (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/chrome/browser/profiles/
Davatar_menu_desktop.cc39 profiles::GetDefaultAvatarIconResourceIDAtIndex(icon_index); in GetImageForMenuButton()
Dprofile_avatar_icon_util.h48 int GetDefaultAvatarIconResourceIDAtIndex(size_t index);
Dprofile_info_cache_unittest.cc135 profiles::GetDefaultAvatarIconResourceIDAtIndex( in TEST_F()
367 profiles::GetDefaultAvatarIconResourceIDAtIndex(kDefaultAvatarIndex); in TEST_F()
393 profiles::GetDefaultAvatarIconResourceIDAtIndex(kOtherAvatarIndex); in TEST_F()
465 int id = profiles::GetDefaultAvatarIconResourceIDAtIndex(0); in TEST_F()
Dprofile_avatar_icon_util.cc337 int GetDefaultAvatarIconResourceIDAtIndex(size_t index) { in GetDefaultAvatarIconResourceIDAtIndex() function
Dprofile_shortcut_manager_win.cc838 profiles::GetDefaultAvatarIconResourceIDAtIndex(icon_index); in CreateOrUpdateShortcutsForProfileAtPath()
Dprofile_info_cache.cc334 int resource_id = profiles::GetDefaultAvatarIconResourceIDAtIndex( in GetAvatarIconOfProfileAtIndex()