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

  /external/chromium_org/chrome/browser/ui/webui/options/
automatic_settings_reset_handler.cc 21 chrome_prefs::ClearResetTime(profile);
  /external/chromium_org/chrome/browser/prefs/
chrome_pref_service_factory.h 107 void ClearResetTime(Profile* profile);
pref_hash_filter.h 89 static void ClearResetTime(PrefService* user_prefs);
profile_pref_store_manager.h 79 static void ClearResetTime(PrefService* pref_service);
profile_pref_store_manager.cc 79 void ProfilePrefStoreManager::ClearResetTime(PrefService* pref_service) {
80 PrefHashFilter::ClearResetTime(pref_service);
chrome_pref_service_factory.cc 543 void ClearResetTime(Profile* profile) {
544 ProfilePrefStoreManager::ClearResetTime(profile->GetPrefs());
pref_hash_filter.cc 122 void PrefHashFilter::ClearResetTime(PrefService* user_prefs) {
profile_pref_store_manager_unittest.cc 171 ProfilePrefStoreManager::ClearResetTime(pref_service.get());

Completed in 906 milliseconds