HomeSort by relevance Sort by last modified time
    Searched defs:FindPreference (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/base/prefs/
pref_service.cc 176 const Preference* pref = FindPreference(path);
192 const PrefService::Preference* PrefService::FindPreference(
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())) <<
  /external/chromium/chrome/browser/prefs/
pref_service.cc 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)
    [all...]

Completed in 173 milliseconds