HomeSort by relevance Sort by last modified time
    Searched refs:GetGAIAPictureOfProfileAtIndex (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/chrome/browser/profiles/
avatar_menu_desktop.cc 33 cache.GetGAIAPictureOfProfileAtIndex(index);
profile_info_interface.h 56 virtual const gfx::Image* GetGAIAPictureOfProfileAtIndex(
profile_info_cache_unittest.cc 350 EXPECT_EQ(NULL, GetCache()->GetGAIAPictureOfProfileAtIndex(0));
351 EXPECT_EQ(NULL, GetCache()->GetGAIAPictureOfProfileAtIndex(1));
365 EXPECT_EQ(NULL, GetCache()->GetGAIAPictureOfProfileAtIndex(0));
367 gaia_image, *GetCache()->GetGAIAPictureOfProfileAtIndex(1)));
374 gaia_image, *GetCache()->GetGAIAPictureOfProfileAtIndex(1)));
381 gaia_image, *GetCache()->GetGAIAPictureOfProfileAtIndex(1)));
397 gaia_image, *GetCache()->GetGAIAPictureOfProfileAtIndex(0)));
408 EXPECT_EQ(NULL, GetCache()->GetGAIAPictureOfProfileAtIndex(0));
411 gaia_image, *GetCache()->GetGAIAPictureOfProfileAtIndex(0)));
gaia_info_update_service_unittest.cc 120 image, *GetCache()->GetGAIAPictureOfProfileAtIndex(index)));
139 EXPECT_EQ(NULL, GetCache()->GetGAIAPictureOfProfileAtIndex(index));
179 EXPECT_EQ(NULL, GetCache()->GetGAIAPictureOfProfileAtIndex(0));
profile_info_cache.h 83 virtual const gfx::Image* GetGAIAPictureOfProfileAtIndex(
profile_info_cache.cc 339 const gfx::Image* image = GetGAIAPictureOfProfileAtIndex(index);
387 const gfx::Image* ProfileInfoCache::GetGAIAPictureOfProfileAtIndex(
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/ntp/
ntp_login_handler.cc 216 cache.GetGAIAPictureOfProfileAtIndex(profile_index);
  /external/chromium_org/chrome/browser/ui/webui/options/
manage_profile_handler.cc 285 cache.GetGAIAPictureOfProfileAtIndex(profile_index);
browser_options_handler.cc     [all...]
  /external/chromium_org/chrome/browser/ui/webui/signin/
user_manager_screen_handler.cc 106 info_cache.GetGAIAPictureOfProfileAtIndex(index);

Completed in 231 milliseconds