Searched refs:SetGAIAPictureOfProfileAtIndex (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/chrome/browser/profiles/
H A Dgaia_info_update_service.cc134 cache.SetGAIAPictureOfProfileAtIndex(profile_index, &gfx_image);
136 cache.SetGAIAPictureOfProfileAtIndex(profile_index, NULL);
167 cache.SetGAIAPictureOfProfileAtIndex(profile_index, NULL);
H A Dprofile_info_cache.h117 void SetGAIAPictureOfProfileAtIndex(size_t index, const gfx::Image* image);
H A Dgaia_info_update_service_unittest.cc260 GetCache()->SetGAIAPictureOfProfileAtIndex(0, &gaia_picture);
H A Dprofile_info_cache_unittest.cc376 GetCache()->SetGAIAPictureOfProfileAtIndex(1, &gaia_image);
426 GetCache()->SetGAIAPictureOfProfileAtIndex(0, &gaia_image);
475 GetCache()->SetGAIAPictureOfProfileAtIndex(0, NULL);
H A Dprofile_info_cache.cc626 void ProfileInfoCache::SetGAIAPictureOfProfileAtIndex(size_t index, function in class:ProfileInfoCache

Completed in 90 milliseconds