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

  /external/chromium_org/base/debug/
trace_event_argument.cc 25 void TracedValue::SetDouble(const char* name, double value) {
26 GetCurrentDictionary()->SetDouble(name, value);
  /external/chromium_org/base/prefs/
pref_value_map.cc 123 void PrefValueMap::SetDouble(const std::string& key, const double value) {
pref_service.cc 348 void PrefService::SetDouble(const char* path, double value) {
  /external/chromium_org/chrome/browser/chromeos/login/screens/
screen_context.cc 41 bool ScreenContext::SetDouble(const KeyType& key, double value) {
  /art/runtime/mirror/
art_field-inl.h 226 inline void ArtField::SetDouble(Object* object, double d) {
  /external/chromium_org/chrome/browser/chromeos/settings/
cros_settings.cc 114 void CrosSettings::SetDouble(const std::string& path, double in_value) {
  /external/lldb/include/lldb/Core/
RegisterValue.h 322 SetDouble (double f)
  /external/chromium_org/base/
values.cc 406 void DictionaryValue::SetDouble(const std::string& path, double in_value) {

Completed in 162 milliseconds