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

  /external/chromium_org/chrome/browser/prefs/
pref_hash_filter.cc 97 // See GetResetTime for why this is a StringPref and not Int64Pref.
105 base::Time PrefHashFilter::GetResetTime(PrefService* user_prefs) {
profile_pref_store_manager.cc 74 base::Time ProfilePrefStoreManager::GetResetTime(PrefService* pref_service) {
75 return PrefHashFilter::GetResetTime(pref_service);
chrome_pref_service_factory.cc 539 base::Time GetResetTime(Profile* profile) {
540 return ProfilePrefStoreManager::GetResetTime(profile->GetPrefs());

Completed in 79 milliseconds