Home
last modified time | relevance | path

Searched refs:GetAvatarIconOfProfileAtIndex (Results 1 – 11 of 11) sorted by relevance

/external/chromium_org/chrome/browser/profiles/
Dprofile_info_cache_unittest.cc149 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()
Dprofile_info_interface.h40 virtual const gfx::Image& GetAvatarIconOfProfileAtIndex(
Dprofile_list_desktop.cc47 gfx::Image icon = profile_info_->GetAvatarIconOfProfileAtIndex(i); in RebuildMenu()
Dgaia_info_update_service_unittest.cc178 gfx::Image old_image = GetCache()->GetAvatarIconOfProfileAtIndex(index); in TEST_F()
191 old_image, GetCache()->GetAvatarIconOfProfileAtIndex(index))); in TEST_F()
Dprofile_info_cache.h67 virtual const gfx::Image& GetAvatarIconOfProfileAtIndex(
Dprofile_info_cache.cc319 const gfx::Image& ProfileInfoCache::GetAvatarIconOfProfileAtIndex( in GetAvatarIconOfProfileAtIndex() function in ProfileInfoCache
/external/chromium_org/chrome/browser/android/profiles/
Dprofile_downloader_android.cc136 gfx::Image avatar_image = info.GetAvatarIconOfProfileAtIndex(index); in GetCachedAvatarForPrimaryAccount()
/external/chromium_org/chrome/browser/ui/cocoa/profiles/
Davatar_icon_controller.mm203 cache.GetAvatarIconOfProfileAtIndex(index), is_gaia_picture,
/external/chromium_org/chrome/browser/notifications/
Dmessage_center_settings_controller.cc480 profile_info_cache_->GetAvatarIconOfProfileAtIndex(i), in RebuildNotifierGroups()
/external/chromium_org/chrome/browser/ui/webui/signin/
Duser_manager_screen_handler.cc101 gfx::Image avatar_image = info_cache.GetAvatarIconOfProfileAtIndex(index); in GetAvatarImageAtIndex()
/external/chromium_org/chrome/browser/ui/webui/options/
Dbrowser_options_handler.cc1274 cache.GetAvatarIconOfProfileAtIndex(i), true); in GetProfilesInfoList()