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 131 cache.SetGAIAPictureOfProfileAtIndex(profile_index, &gfx_image);
133 cache.SetGAIAPictureOfProfileAtIndex(profile_index, NULL);
163 cache.SetGAIAPictureOfProfileAtIndex(profile_index, NULL);
profile_info_cache_unittest.cc 364 GetCache()->SetGAIAPictureOfProfileAtIndex(1, &gaia_image);
395 GetCache()->SetGAIAPictureOfProfileAtIndex(0, &gaia_image);
444 GetCache()->SetGAIAPictureOfProfileAtIndex(0, NULL);
gaia_info_update_service_unittest.cc 167 GetCache()->SetGAIAPictureOfProfileAtIndex(0, &gaia_picture);
profile_info_cache.h 113 void SetGAIAPictureOfProfileAtIndex(size_t index, const gfx::Image* image);
profile_info_cache.cc 621 void ProfileInfoCache::SetGAIAPictureOfProfileAtIndex(size_t index,
    [all...]

Completed in 38 milliseconds