Searched refs:ResetAllPrefHashStores (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/chrome/browser/prefs/tracked/
H A Dpref_service_hash_store_contents.h54 static void ResetAllPrefHashStores(PrefService* pref_service);
H A Dpref_service_hash_store_contents_unittest.cc128 TEST_F(PrefServiceHashStoreContentsTest, ResetAllPrefHashStores) {
144 PrefServiceHashStoreContents::ResetAllPrefHashStores(&local_state_);
H A Dpref_service_hash_store_contents.cc81 void PrefServiceHashStoreContents::ResetAllPrefHashStores( function in class:PrefServiceHashStoreContents
/external/chromium_org/chrome/browser/prefs/
H A Dprofile_pref_store_manager.h68 static void ResetAllPrefHashStores(PrefService* local_state);
H A Dprofile_pref_store_manager.cc69 void ProfilePrefStoreManager::ResetAllPrefHashStores(PrefService* local_state) { function in class:ProfilePrefStoreManager
70 PrefServiceHashStoreContents::ResetAllPrefHashStores(local_state);

Completed in 2151 milliseconds