Lines Matching full:pref
1540 // Bookmark bar visibility is based on the pref (e.g. is it in the toolbar).
1556 // returns false if the bar is hidden in a pref (even if visible
1558 // independent of the pref. Making the code more consistent
3000 const PrefService::Preference* pref =
3002 if (!pref) { // Not a registered pref.
3003 reply.SendError("pref not registered.");
3005 } else if (pref->IsManaged()) { // Do not attempt to change a managed pref.
3006 reply.SendError("pref is managed. cannot be changed.");
3008 } else { // Set the pref.
3012 reply.SendError("no pref path or value given.");