Searched refs:GetAvatarIconOfProfileAtIndex (Results 1 – 11 of 11) sorted by relevance
/external/chromium_org/chrome/browser/profiles/ |
D | profile_info_cache_unittest.cc | 149 GetCache()->GetAvatarIconOfProfileAtIndex(i).ToSkBitmap(); in TEST_F() 219 GetCache()->GetAvatarIconOfProfileAtIndex(1); in TEST_F() 371 default_avatar_image, GetCache()->GetAvatarIconOfProfileAtIndex(1))); in TEST_F() 385 gaia_image, GetCache()->GetAvatarIconOfProfileAtIndex(1))); in TEST_F() 397 other_avatar_image, GetCache()->GetAvatarIconOfProfileAtIndex(1))); in TEST_F() 405 gaia_image, GetCache()->GetAvatarIconOfProfileAtIndex(1))); in TEST_F() 414 other_avatar_image, GetCache()->GetAvatarIconOfProfileAtIndex(1))); in TEST_F() 481 profile_image, GetCache()->GetAvatarIconOfProfileAtIndex(0))); in TEST_F()
|
D | profile_info_interface.h | 40 virtual const gfx::Image& GetAvatarIconOfProfileAtIndex(
|
D | profile_list_desktop.cc | 47 gfx::Image icon = profile_info_->GetAvatarIconOfProfileAtIndex(i); in RebuildMenu()
|
D | gaia_info_update_service_unittest.cc | 178 gfx::Image old_image = GetCache()->GetAvatarIconOfProfileAtIndex(index); in TEST_F() 191 old_image, GetCache()->GetAvatarIconOfProfileAtIndex(index))); in TEST_F()
|
D | profile_info_cache.h | 67 virtual const gfx::Image& GetAvatarIconOfProfileAtIndex(
|
D | profile_info_cache.cc | 319 const gfx::Image& ProfileInfoCache::GetAvatarIconOfProfileAtIndex( in GetAvatarIconOfProfileAtIndex() function in ProfileInfoCache
|
/external/chromium_org/chrome/browser/android/profiles/ |
D | profile_downloader_android.cc | 136 gfx::Image avatar_image = info.GetAvatarIconOfProfileAtIndex(index); in GetCachedAvatarForPrimaryAccount()
|
/external/chromium_org/chrome/browser/ui/cocoa/profiles/ |
D | avatar_icon_controller.mm | 203 cache.GetAvatarIconOfProfileAtIndex(index), is_gaia_picture,
|
/external/chromium_org/chrome/browser/notifications/ |
D | message_center_settings_controller.cc | 480 profile_info_cache_->GetAvatarIconOfProfileAtIndex(i), in RebuildNotifierGroups()
|
/external/chromium_org/chrome/browser/ui/webui/signin/ |
D | user_manager_screen_handler.cc | 101 gfx::Image avatar_image = info_cache.GetAvatarIconOfProfileAtIndex(index); in GetAvatarImageAtIndex()
|
/external/chromium_org/chrome/browser/ui/webui/options/ |
D | browser_options_handler.cc | 1274 cache.GetAvatarIconOfProfileAtIndex(i), true); in GetProfilesInfoList()
|