Searched defs:SetDouble (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/base/debug/
H A Dtrace_event_argument.cc25 void TracedValue::SetDouble(const char* name, double value) { function in class:base::debug::TracedValue
26 GetCurrentDictionary()->SetDouble(name, value);
/external/chromium_org/base/prefs/
H A Dpref_value_map.cc123 void PrefValueMap::SetDouble(const std::string& key, const double value) { function in class:PrefValueMap
H A Dpref_service.cc348 void PrefService::SetDouble(const char* path, double value) { function in class:PrefService
/external/chromium_org/chrome/browser/chromeos/login/screens/
H A Dscreen_context.cc41 bool ScreenContext::SetDouble(const KeyType& key, double value) { function in class:chromeos::ScreenContext
/external/chromium_org/chrome/browser/chromeos/settings/
H A Dcros_settings.cc114 void CrosSettings::SetDouble(const std::string& path, double in_value) { function in class:chromeos::CrosSettings
/external/lldb/include/lldb/Core/
H A DRegisterValue.h322 SetDouble (double f) function in class:lldb_private::RegisterValue
/external/chromium_org/base/
H A Dvalues.cc406 void DictionaryValue::SetDouble(const std::string& path, double in_value) { function in class:base::DictionaryValue

Completed in 160 milliseconds