Searched refs:GetGAIAPictureOfProfileAtIndex (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/chrome/browser/profiles/
H A Davatar_menu_desktop.cc28 const gfx::Image* gaia_image = cache.GetGAIAPictureOfProfileAtIndex(index);
H A Dprofile_info_interface.h56 virtual const gfx::Image* GetGAIAPictureOfProfileAtIndex(
H A Dgaia_info_update_service_unittest.cc171 image, *GetCache()->GetGAIAPictureOfProfileAtIndex(index)));
192 EXPECT_EQ(NULL, GetCache()->GetGAIAPictureOfProfileAtIndex(index));
272 EXPECT_EQ(NULL, GetCache()->GetGAIAPictureOfProfileAtIndex(0));
H A Dprofile_info_cache_unittest.cc358 EXPECT_EQ(NULL, GetCache()->GetGAIAPictureOfProfileAtIndex(0));
359 EXPECT_EQ(NULL, GetCache()->GetGAIAPictureOfProfileAtIndex(1));
377 EXPECT_EQ(NULL, GetCache()->GetGAIAPictureOfProfileAtIndex(0));
379 gaia_image, *GetCache()->GetGAIAPictureOfProfileAtIndex(1)));
403 gaia_image, *GetCache()->GetGAIAPictureOfProfileAtIndex(1)));
412 gaia_image, *GetCache()->GetGAIAPictureOfProfileAtIndex(1)));
428 gaia_image, *GetCache()->GetGAIAPictureOfProfileAtIndex(0)));
439 EXPECT_EQ(NULL, GetCache()->GetGAIAPictureOfProfileAtIndex(0));
442 gaia_image, *GetCache()->GetGAIAPictureOfProfileAtIndex(0)));
H A Dprofile_info_cache.h83 virtual const gfx::Image* GetGAIAPictureOfProfileAtIndex(
H A Dprofile_info_cache.cc322 const gfx::Image* image = GetGAIAPictureOfProfileAtIndex(index);
370 const gfx::Image* ProfileInfoCache::GetGAIAPictureOfProfileAtIndex( function in class:ProfileInfoCache
393 GetGAIAPictureOfProfileAtIndex(index);
H A Dprofile_shortcut_manager_win.cc821 cache->GetGAIAPictureOfProfileAtIndex(profile_index);
/external/chromium_org/chrome/browser/ui/webui/ntp/
H A Dntp_login_handler.cc216 cache.GetGAIAPictureOfProfileAtIndex(profile_index);
/external/chromium_org/chrome/browser/ui/webui/options/
H A Dmanage_profile_handler.cc282 cache.GetGAIAPictureOfProfileAtIndex(profile_index);
H A Dbrowser_options_handler.cc1271 cache.GetGAIAPictureOfProfileAtIndex(i);
/external/chromium_org/chrome/browser/ui/webui/signin/
H A Duser_manager_screen_handler.cc96 info_cache.GetGAIAPictureOfProfileAtIndex(index);

Completed in 804 milliseconds