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

  /external/chromium_org/chrome/browser/profiles/
profile_info_interface.h 46 virtual const gfx::Image* GetGAIAPictureOfProfileAtIndex(
gaia_info_update_service_unittest.cc 98 image, *GetCache()->GetGAIAPictureOfProfileAtIndex(index)));
120 EXPECT_EQ(NULL, GetCache()->GetGAIAPictureOfProfileAtIndex(index));
153 new_image, *GetCache()->GetGAIAPictureOfProfileAtIndex(index)));
192 EXPECT_EQ(NULL, GetCache()->GetGAIAPictureOfProfileAtIndex(0));
profile_info_cache_unittest.cc 344 EXPECT_EQ(NULL, GetCache()->GetGAIAPictureOfProfileAtIndex(0));
345 EXPECT_EQ(NULL, GetCache()->GetGAIAPictureOfProfileAtIndex(1));
359 EXPECT_EQ(NULL, GetCache()->GetGAIAPictureOfProfileAtIndex(0));
361 gaia_image, *GetCache()->GetGAIAPictureOfProfileAtIndex(1)));
368 gaia_image, *GetCache()->GetGAIAPictureOfProfileAtIndex(1)));
375 gaia_image, *GetCache()->GetGAIAPictureOfProfileAtIndex(1)));
391 gaia_image, *GetCache()->GetGAIAPictureOfProfileAtIndex(0)));
402 EXPECT_EQ(NULL, GetCache()->GetGAIAPictureOfProfileAtIndex(0));
405 gaia_image, *GetCache()->GetGAIAPictureOfProfileAtIndex(0)));
profile_info_cache.h 73 virtual const gfx::Image* GetGAIAPictureOfProfileAtIndex(
avatar_menu_model.cc 301 profile_info_->GetGAIAPictureOfProfileAtIndex(i);
profile_info_cache.cc 316 const gfx::Image* image = GetGAIAPictureOfProfileAtIndex(index);
348 const gfx::Image* ProfileInfoCache::GetGAIAPictureOfProfileAtIndex(
  /external/chromium_org/chrome/browser/ui/views/frame/
browser_non_client_frame_view.cc 92 cache.GetGAIAPictureOfProfileAtIndex(index);
  /external/chromium_org/chrome/browser/ui/webui/ntp/
ntp_login_handler.cc 223 cache.GetGAIAPictureOfProfileAtIndex(profile_index);
  /external/chromium_org/chrome/browser/ui/webui/signin/
user_manager_screen_handler.cc 90 info_cache.GetGAIAPictureOfProfileAtIndex(index);
  /external/chromium_org/chrome/browser/ui/webui/options/
manage_profile_handler.cc 284 cache.GetGAIAPictureOfProfileAtIndex(profile_index);
browser_options_handler.cc     [all...]
  /external/chromium_org/chrome/browser/ui/gtk/
browser_titlebar.cc     [all...]

Completed in 468 milliseconds