Home
last modified time | relevance | path

Searched defs:GetInteger (Results 1 – 4 of 4) sorted by relevance

/external/chromium/chrome/browser/prefs/
Dtesting_pref_store.cc105 bool TestingPrefStore::GetInteger(const std::string& key, int* value) const { in GetInteger() function in TestingPrefStore
Dpref_service.cc344 int PrefService::GetInteger(const char* path) const { in GetInteger() function in PrefService
/external/chromium/chrome/browser/chromeos/
Dcros_settings.cc174 bool CrosSettings::GetInteger(const std::string& path, in GetInteger() function in chromeos::CrosSettings
/external/chromium/base/
Dvalues.cc424 bool DictionaryValue::GetInteger(const std::string& path, in GetInteger() function in DictionaryValue
737 bool ListValue::GetInteger(size_t index, int* out_value) const { in GetInteger() function in ListValue