Lines Matching full:pref
66 // your own; use the PrefService::Register*Pref methods instead.
88 // whether the pref is actually being controlled by the policy setting.
137 // Reference to the PrefService in which this pref was created.
171 // value (set when the pref was registered) will be returned.
185 // Removes a user pref and restores the pref to its default value.
188 // If the path is valid (i.e., registered), update the pref value in the user
190 // To set the value of dictionary or list values in the pref tree use
210 // Returns the value of the given preference, from the user pref store. If
211 // the preference is not set in the user pref store, returns NULL.
216 // Will cause a pref change notification to be fired if this causes
285 // Pref Stores and profile that we passed to the PrefValueStore.
301 // Registration of pref change observers must be done using the
313 // If the pref at the given path changes, we call the observer's
326 // Sets the value for this pref path in the user pref store and informs the
334 // Used to set the value of dictionary or list values in the user pref store.
336 // pref store. This method returns NULL only if you're requesting an
337 // unregistered pref or a non-dict/non-list pref.
340 // Ownership of the returned value remains at the user pref store.