Home
last modified time | relevance | path

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

/external/cronet/components/prefs/
Dpref_value_map.cc131 void PrefValueMap::SetDouble(const std::string& key, const double value) { in SetDouble() function in PrefValueMap
Dpref_service.cc426 void PrefService::SetDouble(const std::string& path, double value) { in SetDouble() function in PrefService
/external/cronet/base/trace_event/
Dtraced_value.cc113 void SetDouble(const char* name, double value) override { in SetDouble() function in base::trace_event::__anon20c3171c0111::PickleWriter
493 void TracedValue::SetDouble(const char* name, double value) { in SetDouble() function in base::trace_event::TracedValue
Dtrace_event_stub.h103 void SetDouble(const char* name, double value) {} in SetDouble() function
/external/pdfium/fxjs/xfa/
Dcfxjse_value.cpp356 void CFXJSE_Value::SetDouble(v8::Isolate* pIsolate, double dDouble) { in SetDouble() function in CFXJSE_Value
/external/libchrome/base/trace_event/
Dtrace_event_argument.cc103 void TracedValue::SetDouble(const char* name, double value) { in SetDouble() function in base::trace_event::TracedValue
/external/libchrome/base/
Dvalues.cc769 Value* DictionaryValue::SetDouble(StringPiece path, double in_value) { in SetDouble() function in base::DictionaryValue