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

/external/chromium_org/extensions/browser/
H A Dpref_names.h16 namespace pref_names { namespace in namespace:extensions
117 } // namespace pref_names
H A Dpref_names.cc5 #include "extensions/browser/pref_names.h"
10 namespace pref_names { namespace in namespace:extensions
58 } // namespace pref_names
/external/chromium_org/chrome/browser/prefs/tracked/
H A Dtracked_preferences_migration.cc133 // Copies the value of each pref in |pref_names| which is set in |old_store|,
137 void MigratePrefsFromOldToNewStore(const std::set<std::string>& pref_names, argument
153 for (std::set<std::string>::const_iterator it = pref_names.begin();
154 it != pref_names.end();
/external/chromium_org/chrome/browser/ui/webui/options/
H A Dpreferences_browsertest.cc20 #include "chrome/common/pref_names.h"
325 const std::vector<std::string>& pref_names,
329 for (std::vector<std::string>::const_iterator name = pref_names.begin();
330 name != pref_names.end(); ++name) {
324 SetupJavaScriptTestEnvironment( const std::vector<std::string>& pref_names, std::string* observed_json) const argument
/external/chromium_org/chrome/browser/profile_resetter/
H A Dautomatic_profile_resetter.cc132 std::vector<std::string> pref_names; local
133 pref_names.reserve(pref_name_to_value_map->size());
136 pref_names.push_back(it.key());
140 for (std::vector<std::string>::const_iterator it = pref_names.begin();
141 it != pref_names.end(); ++it) {

Completed in 267 milliseconds