Home
last modified time | relevance | path

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

/external/pdfium/fxjs/xfa/
Dcfxjse_value.cpp457 void CFXJSE_Value::SetDouble(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