Searched defs:SetInteger (Results 1 - 4 of 4) sorted by relevance
/external/chromium/chrome/browser/chromeos/ | ||
H A D | cros_settings.cc | 61 void CrosSettings::SetInteger(const std::string& path, int in_value) { function in class:chromeos::CrosSettings |
/external/chromium/chrome/browser/prefs/ | ||
H A D | testing_pref_store.cc | 88 void TestingPrefStore::SetInteger(const std::string& key, int value) { function in class:TestingPrefStore |
H A D | pref_service.cc | 541 void PrefService::SetInteger(const char* path, int value) { function in class:PrefService |
/external/chromium/base/ | ||
H A D | values.cc | 366 void DictionaryValue::SetInteger(const std::string& path, int in_value) { function in class:DictionaryValue |
Completed in 251 milliseconds