Home | History | Annotate | Download | only in prefs

Lines Matching defs:Preference

176   const Preference* pref = FindPreference(path);
192 const PrefService::Preference* PrefService::FindPreference(
202 std::make_pair(pref_name, Preference(
227 const Preference* pref = FindPreference(pref_name);
232 const Preference* pref = FindPreference(pref_name);
255 const Preference* pref = FindPreference(path);
261 // Look for an existing preference in the user store. If it doesn't
283 // Lookup the preference in the default store.
362 const Preference* pref = FindPreference(path);
443 const Preference* pref = FindPreference(path);
453 // Look for an existing preference in the user store. If it doesn't
454 // exist or isn't the correct type, create a new user preference.
478 const Preference* pref = FindPreference(path);
498 // PrefService::Preference
500 PrefService::Preference::Preference(const PrefService* service,
510 const std::string PrefService::Preference::name() const {
514 base::Value::Type PrefService::Preference::GetType() const {
518 const base::Value* PrefService::Preference::GetValue() const {
524 const base::Value* PrefService::Preference::GetRecommendedValue() const {
538 bool PrefService::Preference::IsManaged() const {
542 bool PrefService::Preference::IsRecommended() const {
546 bool PrefService::Preference::HasExtensionSetting() const {
550 bool PrefService::Preference::HasUserSetting() const {
554 bool PrefService::Preference::IsExtensionControlled() const {
558 bool PrefService::Preference::IsUserControlled() const {
562 bool PrefService::Preference::IsDefaultValue() const {
566 bool PrefService::Preference::IsUserModifiable() const {
570 bool PrefService::Preference::IsExtensionModifiable() const {
585 // Every registered preference has at least a default value.