Home
last modified time | relevance | path

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

/external/v8/src/tracing/
Dtraced-value.cc81 void TracedValue::SetDouble(const char* name, double value) { in SetDouble() function in v8::tracing::TracedValue
/external/libchrome/base/trace_event/
Dtrace_event_argument.cc100 void TracedValue::SetDouble(const char* name, double value) { in SetDouble() function in base::trace_event::TracedValue
/external/pdfium/fxjs/
Dcfxjse_value.cpp499 void CFXJSE_Value::SetDouble(double dDouble) { in SetDouble() function in CFXJSE_Value
/external/libchrome/base/
Dvalues.cc416 void DictionaryValue::SetDouble(const std::string& path, double in_value) { in SetDouble() function in base::DictionaryValue