Home
last modified time | relevance | path

Searched refs:GetResetTime (Results 1 – 9 of 9) sorted by relevance

/external/chromium_org/chrome/browser/ui/webui/options/
Dautomatic_settings_reset_handler.cc34 chrome_prefs::GetResetTime(Profile::FromWebUI(web_ui())); in InitializePage()
/external/chromium_org/chrome/browser/prefs/
Dprofile_pref_store_manager.cc74 base::Time ProfilePrefStoreManager::GetResetTime(PrefService* pref_service) { in GetResetTime() function in ProfilePrefStoreManager
75 return PrefHashFilter::GetResetTime(pref_service); in GetResetTime()
Dchrome_pref_service_factory.h103 base::Time GetResetTime(Profile* profile);
Dprofile_pref_store_manager.h74 static base::Time GetResetTime(PrefService* pref_service);
Dpref_hash_filter.h85 static base::Time GetResetTime(PrefService* user_prefs);
Dchrome_pref_service_factory.cc503 base::Time GetResetTime(Profile* profile) { in GetResetTime() function
504 return ProfilePrefStoreManager::GetResetTime(profile->GetPrefs()); in GetResetTime()
Dpref_hash_filter.cc84 base::Time PrefHashFilter::GetResetTime(PrefService* user_prefs) { in GetResetTime() function in PrefHashFilter
Dprofile_pref_store_manager_unittest.cc159 !ProfilePrefStoreManager::GetResetTime(pref_service.get()).is_null()); in VerifyResetRecorded()
/external/chromium_org/chrome/browser/sync/
Dprofile_sync_service.cc526 base::Time reset_time = chrome_prefs::GetResetTime(profile_); in ShouldDeleteSyncFolder()