Home
last modified time | relevance | path

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

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