Home | History | Annotate | Download | only in prefs

Lines Matching full:preference

163   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.
326 const Preference* pref = FindPreference(path);
407 const Preference* pref = FindPreference(path);
417 // Look for an existing preference in the user store. If it doesn't
418 // exist or isn't the correct type, create a new user preference.
442 const Preference* pref = FindPreference(path);
462 // PrefService::Preference
464 PrefService::Preference::Preference(const PrefService* service,
474 const std::string PrefService::Preference::name() const {
478 base::Value::Type PrefService::Preference::GetType() const {
482 const base::Value* PrefService::Preference::GetValue() const {
488 const base::Value* PrefService::Preference::GetRecommendedValue() const {
502 bool PrefService::Preference::IsManaged() const {
506 bool PrefService::Preference::IsRecommended() const {
510 bool PrefService::Preference::HasExtensionSetting() const {
514 bool PrefService::Preference::HasUserSetting() const {
518 bool PrefService::Preference::IsExtensionControlled() const {
522 bool PrefService::Preference::IsUserControlled() const {
526 bool PrefService::Preference::IsDefaultValue() const {
530 bool PrefService::Preference::IsUserModifiable() const {
534 bool PrefService::Preference::IsExtensionModifiable() const {
549 // Every registered preference