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

  /external/chromium_org/chrome/browser/profiles/
gaia_info_update_service.cc 129 cache.SetGAIAPictureOfProfileAtIndex(profile_index, &gfx_image);
131 cache.SetGAIAPictureOfProfileAtIndex(profile_index, NULL);
178 cache.SetGAIAPictureOfProfileAtIndex(profile_index, NULL);
profile_info_cache.h 93 void SetGAIAPictureOfProfileAtIndex(size_t index, const gfx::Image* image);
profile_info_cache_unittest.cc 358 GetCache()->SetGAIAPictureOfProfileAtIndex(1, &gaia_image);
389 GetCache()->SetGAIAPictureOfProfileAtIndex(0, &gaia_image);
437 GetCache()->SetGAIAPictureOfProfileAtIndex(0, NULL);
gaia_info_update_service_unittest.cc 178 GetCache()->SetGAIAPictureOfProfileAtIndex(0, &gaia_picture);
profile_info_cache.cc 570 void ProfileInfoCache::SetGAIAPictureOfProfileAtIndex(size_t index,

Completed in 276 milliseconds