Searched defs:FindPreference (Results 1 - 1 of 1) sorted by path

/external/chromium_org/base/prefs/
H A Dpref_service.cc165 const Preference* pref = FindPreference(path);
194 const PrefService::Preference* PrefService::FindPreference( function in class:PrefService
229 const Preference* pref = FindPreference(pref_name);
234 const Preference* pref = FindPreference(pref_name);
257 const Preference* pref = FindPreference(path);
328 const Preference* pref = FindPreference(path);
407 const Preference* pref = FindPreference(path);
443 const Preference* pref = FindPreference(path);
490 DCHECK(pref_service_->FindPreference(name_.c_str())) <<

Completed in 362 milliseconds