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

/external/chromium/chrome/browser/prefs/
H A Dpref_service.cc334 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( function in class:PrefService
443 const Preference* pref = FindPreference(pref_name);
450 const Preference* pref = FindPreference(pat
[all...]
/external/chromium_org/base/prefs/
H A Dpref_service.cc176 const Preference* pref = FindPreference(path);
192 const PrefService::Preference* PrefService::FindPreference( function in class:PrefService
227 const Preference* pref = FindPreference(pref_name);
232 const Preference* pref = FindPreference(pref_name);
255 const Preference* pref = FindPreference(path);
362 const Preference* pref = FindPreference(path);
443 const Preference* pref = FindPreference(path);
478 const Preference* pref = FindPreference(path);
525 DCHECK(pref_service_->FindPreference(name_.c_str())) <<

Completed in 148 milliseconds