Home
last modified time | relevance | path

Searched defs:SetDouble (Results 1 – 3 of 3) sorted by relevance

/external/chromium/chrome/browser/chromeos/
Dcros_settings.cc66 void CrosSettings::SetDouble(const std::string& path, double in_value) { in SetDouble() function in chromeos::CrosSettings
/external/chromium/chrome/browser/prefs/
Dpref_service.cc545 void PrefService::SetDouble(const char* path, double value) { in SetDouble() function in PrefService
/external/chromium/base/
Dvalues.cc370 void DictionaryValue::SetDouble(const std::string& path, double in_value) { in SetDouble() function in DictionaryValue