Home | History | Annotate | Download | only in prefs

Lines Matching refs:FindPreference

334   const Preference* pref = FindPreference(path);
349 const Preference* pref = FindPreference(path);
364 const Preference* pref = FindPreference(path);
379 const Preference* pref = FindPreference(path);
394 const Preference* pref = FindPreference(path);
405 const Preference* pref = FindPreference(path);
414 const Preference* pref = FindPreference(i->first.c_str());
423 const PrefService::Preference* PrefService::FindPreference(
443 const Preference* pref = FindPreference(pref_name);
450 const Preference* pref = FindPreference(path);
466 const Preference* pref = FindPreference(path);
495 if (FindPreference(path)) {
511 const Preference* pref = FindPreference(path);
522 const Preference* pref = FindPreference(path);
568 const Preference* pref = FindPreference(path);
594 const Preference* pref = FindPreference(path);
631 const Preference* pref = FindPreference(path);
664 DCHECK(pref_service_->FindPreference(name_.c_str())) <<