RegisterPreference 51 base/prefs/pref_registry.h void RegisterPreference(const char* path, base::Value* default_value); RegisterPreference 19 base/prefs/pref_registry_simple.cc RegisterPreference(path, new base::FundamentalValue(default_value)); RegisterPreference 24 base/prefs/pref_registry_simple.cc RegisterPreference(path, new base::FundamentalValue(default_value)); RegisterPreference 29 base/prefs/pref_registry_simple.cc RegisterPreference(path, new base::FundamentalValue(default_value)); RegisterPreference 34 base/prefs/pref_registry_simple.cc RegisterPreference(path, new base::StringValue(default_value)); RegisterPreference 40 base/prefs/pref_registry_simple.cc RegisterPreference(path, new base::StringValue(default_value.value())); RegisterPreference 44 base/prefs/pref_registry_simple.cc RegisterPreference(path, new base::ListValue()); RegisterPreference 49 base/prefs/pref_registry_simple.cc RegisterPreference(path, default_value); RegisterPreference 53 base/prefs/pref_registry_simple.cc RegisterPreference(path, new base::DictionaryValue()); RegisterPreference 59 base/prefs/pref_registry_simple.cc RegisterPreference(path, default_value); RegisterPreference 64 base/prefs/pref_registry_simple.cc RegisterPreference( RegisterPreference 210 components/user_prefs/pref_registry_syncable.cc PrefRegistry::RegisterPreference(path, default_value);