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

  /external/chromium_org/chrome/browser/profiles/
gaia_info_update_service.cc 149 cache.SetIsUsingGAIAPictureOfProfileAtIndex(profile_index, true);
profile_info_cache_unittest.cc 373 GetCache()->SetIsUsingGAIAPictureOfProfileAtIndex(1, true);
380 GetCache()->SetIsUsingGAIAPictureOfProfileAtIndex(1, false);
447 GetCache()->SetIsUsingGAIAPictureOfProfileAtIndex(0, true);
profile_info_cache.h 107 void SetIsUsingGAIAPictureOfProfileAtIndex(size_t index, bool value);
profile_info_cache.cc 673 void ProfileInfoCache::SetIsUsingGAIAPictureOfProfileAtIndex(size_t index,
  /external/chromium_org/chrome/browser/ui/webui/options/
manage_profile_handler.cc 293 cache.SetIsUsingGAIAPictureOfProfileAtIndex(profile_index, true);
306 cache.SetIsUsingGAIAPictureOfProfileAtIndex(profile_index, false);

Completed in 33 milliseconds