Searched refs:unprotected_pref_names (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/prefs/tracked/
H A Dtracked_preferences_migration.h33 const std::set<std::string>& unprotected_pref_names,
H A Dtracked_preferences_migration.cc25 const std::set<std::string>& unprotected_pref_names,
208 const std::set<std::string>& unprotected_pref_names,
222 : unprotected_pref_names_(unprotected_pref_names),
343 const std::set<std::string>& unprotected_pref_names,
359 unprotected_pref_names,
207 TrackedPreferencesMigrator( const std::set<std::string>& unprotected_pref_names, const std::set<std::string>& protected_pref_names, const base::Callback<void(const std::string& key)>& unprotected_store_cleaner, const base::Callback<void(const std::string& key)>& protected_store_cleaner, const base::Callback<void(const base::Closure&)>& register_on_successful_unprotected_store_write_callback, const base::Callback<void(const base::Closure&)>& register_on_successful_protected_store_write_callback, scoped_ptr<PrefHashStore> unprotected_pref_hash_store, scoped_ptr<PrefHashStore> protected_pref_hash_store, scoped_ptr<HashStoreContents> legacy_pref_hash_store, InterceptablePrefFilter* unprotected_pref_filter, InterceptablePrefFilter* protected_pref_filter) argument
342 SetupTrackedPreferencesMigration( const std::set<std::string>& unprotected_pref_names, const std::set<std::string>& protected_pref_names, const base::Callback<void(const std::string& key)>& unprotected_store_cleaner, const base::Callback<void(const std::string& key)>& protected_store_cleaner, const base::Callback<void(const base::Closure&)>& register_on_successful_unprotected_store_write_callback, const base::Callback<void(const base::Closure&)>& register_on_successful_protected_store_write_callback, scoped_ptr<PrefHashStore> unprotected_pref_hash_store, scoped_ptr<PrefHashStore> protected_pref_hash_store, scoped_ptr<HashStoreContents> legacy_pref_hash_store, InterceptablePrefFilter* unprotected_pref_filter, InterceptablePrefFilter* protected_pref_filter) argument
H A Dtracked_preferences_migration_unittest.cc95 std::set<std::string> unprotected_pref_names; local
97 unprotected_pref_names.insert(kUnprotectedPref);
98 unprotected_pref_names.insert(kPreviouslyProtectedPref);
111 unprotected_pref_names,
/external/chromium_org/chrome/browser/prefs/
H A Dprofile_pref_store_manager.cc99 std::set<std::string> unprotected_pref_names; local
109 unprotected_pref_names.insert(it->name);
146 unprotected_pref_names,

Completed in 658 milliseconds