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

  /external/chromium_org/chrome/browser/prefs/tracked/
tracked_preferences_migration.h 33 const std::set<std::string>& unprotected_pref_names,
tracked_preferences_migration.cc 25 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,
tracked_preferences_migration_unittest.cc 95 std::set<std::string> unprotected_pref_names; local
97 unprotected_pref_names.insert(kUnprotectedPref);
98 unprotected_pref_names.insert(kPreviouslyProtectedPref);
111 unprotected_pref_names,
    [all...]
  /external/chromium_org/chrome/browser/prefs/
profile_pref_store_manager.cc 99 std::set<std::string> unprotected_pref_names; local
109 unprotected_pref_names.insert(it->name);
146 unprotected_pref_names,

Completed in 175 milliseconds