GetResetTime      481 chrome/browser/prefs/chrome_pref_service_factory.cc   return ProfilePrefStoreManager::GetResetTime(profile->GetPrefs());
GetResetTime      105 chrome/browser/prefs/chrome_pref_service_factory.h base::Time GetResetTime(Profile* profile);
GetResetTime       77 chrome/browser/prefs/pref_hash_filter.h   static base::Time GetResetTime(PrefService* user_prefs);
GetResetTime      260 chrome/browser/prefs/profile_pref_store_manager.cc   return PrefHashFilter::GetResetTime(pref_service);
GetResetTime       73 chrome/browser/prefs/profile_pref_store_manager.h   static base::Time GetResetTime(PrefService* pref_service);
GetResetTime      135 chrome/browser/prefs/profile_pref_store_manager_unittest.cc     return !ProfilePrefStoreManager::GetResetTime(pref_service.get()).is_null();
GetResetTime       34 chrome/browser/ui/webui/options/automatic_settings_reset_handler.cc       chrome_prefs::GetResetTime(Profile::FromWebUI(web_ui()));