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

  /external/chromium_org/chrome/browser/prefs/tracked/
pref_service_hash_store_contents.h 54 static void ResetAllPrefHashStores(PrefService* pref_service);
pref_service_hash_store_contents_unittest.cc 128 TEST_F(PrefServiceHashStoreContentsTest, ResetAllPrefHashStores) {
144 PrefServiceHashStoreContents::ResetAllPrefHashStores(&local_state_);
pref_service_hash_store_contents.cc 81 void PrefServiceHashStoreContents::ResetAllPrefHashStores(
  /external/chromium_org/chrome/browser/prefs/
profile_pref_store_manager.h 68 static void ResetAllPrefHashStores(PrefService* local_state);
profile_pref_store_manager.cc 69 void ProfilePrefStoreManager::ResetAllPrefHashStores(PrefService* local_state) {
70 PrefServiceHashStoreContents::ResetAllPrefHashStores(local_state);

Completed in 380 milliseconds