Lines Matching full:pref
17 // my_string_ should stay in sync with the prefs::kHomePage pref and will
18 // update if either the pref changes or if my_string_.SetValue is called.
48 // the pref that is changing.
204 // Check whether the pref is managed, i.e. controlled externally through
214 // Checks whether the pref can be modified by the user. This returns false
215 // when the pref is managed by a policy or an extension, and when a command
216 // line flag overrides the pref.
246 // Returns the pref name.
267 // We cache the value of the pref so we don't have to keep walking the pref
277 // This method is used to do the actual sync with pref of the specified type.