Searched defs:keys_to_clean (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/chrome/browser/prefs/tracked/
H A Dtracked_preferences_migration.cc88 // Invokes |store_cleaner| for every |keys_to_clean|.
91 const std::set<std::string>& keys_to_clean) {
92 for (std::set<std::string>::const_iterator it = keys_to_clean.begin();
93 it != keys_to_clean.end(); ++it) {
100 // |keys_to_clean| from the source pref store (through |source_store_cleaner|)
107 const std::set<std::string>& keys_to_clean,
109 DCHECK(!keys_to_clean.empty());
112 base::Bind(&CleanupPrefStore, source_store_cleaner, keys_to_clean));
114 CleanupPrefStore(source_store_cleaner, keys_to_clean);
89 CleanupPrefStore( const base::Callback<void(const std::string& key)>& store_cleaner, const std::set<std::string>& keys_to_clean) argument
103 ScheduleSourcePrefStoreCleanup( const base::Callback<void(const base::Closure&)>& register_on_successful_destination_store_write_callback, const base::Callback<void(const std::string& key)>& source_store_cleaner, const std::set<std::string>& keys_to_clean, bool wait_for_commit_to_destination_store) argument

Completed in 1529 milliseconds