Lines Matching defs:Preference

334   const Preference* pref = FindPreference(path);
349 const Preference* pref = FindPreference(path);
364 const Preference* pref = FindPreference(path);
379 const Preference* pref = FindPreference(path);
394 const Preference* pref = FindPreference(path);
405 const Preference* pref = FindPreference(path);
414 const Preference* pref = FindPreference(i->first.c_str());
423 const PrefService::Preference* PrefService::FindPreference(
426 Preference p(this, pref_name, Value::TYPE_NULL);
433 Preference* new_pref = new Preference(this, pref_name, type);
443 const Preference* pref = FindPreference(pref_name);
450 const Preference* pref = FindPreference(path);
466 const Preference* pref = FindPreference(path);
511 const Preference* pref = FindPreference(path);
522 const Preference* pref = FindPreference(path);
568 const Preference* pref = FindPreference(path);
594 const Preference* pref = FindPreference(path);
631 const Preference* pref = FindPreference(path);
647 // PrefService::Preference
649 PrefService::Preference::Preference(const PrefService* service,
659 Value::ValueType PrefService::Preference::GetType() const {
663 const Value* PrefService::Preference::GetValue() const {
678 bool PrefService::Preference::IsManaged() const {
682 bool PrefService::Preference::HasExtensionSetting() const {
686 bool PrefService::Preference::HasUserSetting() const {
690 bool PrefService::Preference::IsExtensionControlled() const {
694 bool PrefService::Preference::IsUserControlled() const {
698 bool PrefService::Preference::IsDefaultValue() const {
702 bool PrefService::Preference::IsUserModifiable() const {
706 bool PrefService::Preference::IsExtensionModifiable() const {