Lines Matching full:pref
46 // your own; use the PrefService::Register*Pref methods instead.
65 // whether the pref is actually being controlled by the policy setting.
110 // Reference to the PrefService in which this pref was created.
145 // Creates an incognito copy of the pref service that shares most pref stores
146 // but uses a fresh non-persistent overlay for the user pref store and an
147 // individual extension pref store (to cache the effective extension prefs for
154 // is running during first run, and the main process may not change pref
175 // Make the PrefService aware of a pref.
199 // value (set when the pref was registered) will be returned.
212 // Removes a user pref and restores the pref to its default value.
215 // If the path is valid (i.e., registered), update the pref value in the user
217 // To set the value of dictionary or list values in the pref tree use
254 // Construct a new pref service, specifying the pref sources as explicit
283 // Registration of pref change observers must be done using the
295 // Construct an incognito version of the pref service. Use
304 // If the pref at the given path changes, we call the observer's Observe
317 // Sets the value for this pref path in the user pref store and informs the
325 // Used to set the value of dictionary or list values in the user pref store.
327 // pref store. This method returns NULL only if you're requesting an
328 // unregistered pref or a non-dict/non-list pref.
331 // Ownership of the returned value remains at the user pref store.
338 // Pref Stores and profile that we passed to the PrefValueStore.