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

  /external/chromium_org/chrome/browser/ui/webui/options/
automatic_settings_reset_handler.cc 34 chrome_prefs::GetResetTime(Profile::FromWebUI(web_ui()));
  /external/chromium_org/chrome/browser/prefs/
chrome_pref_service_factory.h 103 base::Time GetResetTime(Profile* profile);
pref_hash_filter.h 85 static base::Time GetResetTime(PrefService* user_prefs);
profile_pref_store_manager.h 74 static base::Time GetResetTime(PrefService* pref_service);
profile_pref_store_manager.cc 74 base::Time ProfilePrefStoreManager::GetResetTime(PrefService* pref_service) {
75 return PrefHashFilter::GetResetTime(pref_service);
chrome_pref_service_factory.cc 503 base::Time GetResetTime(Profile* profile) {
504 return ProfilePrefStoreManager::GetResetTime(profile->GetPrefs());
pref_hash_filter.cc 76 // See GetResetTime for why this is a StringPref and not Int64Pref.
84 base::Time PrefHashFilter::GetResetTime(PrefService* user_prefs) {
profile_pref_store_manager_unittest.cc 147 // verifies that GetResetTime() was set (or not) accordingly.
159 !ProfilePrefStoreManager::GetResetTime(pref_service.get()).is_null());
  /external/chromium_org/chrome/browser/sync/
profile_sync_service.cc 526 base::Time reset_time = chrome_prefs::GetResetTime(profile_);
    [all...]

Completed in 88 milliseconds