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 146 cache.SetIsUsingGAIAPictureOfProfileAtIndex(profile_index, true);
profile_info_cache.h 94 void SetIsUsingGAIAPictureOfProfileAtIndex(size_t index, bool value);
profile_info_cache_unittest.cc 366 GetCache()->SetIsUsingGAIAPictureOfProfileAtIndex(1, true);
373 GetCache()->SetIsUsingGAIAPictureOfProfileAtIndex(1, false);
439 GetCache()->SetIsUsingGAIAPictureOfProfileAtIndex(0, true);
profile_info_cache.cc 624 void ProfileInfoCache::SetIsUsingGAIAPictureOfProfileAtIndex(size_t index,
  /external/chromium_org/chrome/browser/ui/webui/options/
manage_profile_handler.cc 343 cache.SetIsUsingGAIAPictureOfProfileAtIndex(profile_index, true);
356 cache.SetIsUsingGAIAPictureOfProfileAtIndex(profile_index, false);

Completed in 338 milliseconds