Searched defs:SetDouble (Results 1 – 7 of 7) sorted by relevance
131 void PrefValueMap::SetDouble(const std::string& key, const double value) { in SetDouble() function in PrefValueMap
426 void PrefService::SetDouble(const std::string& path, double value) { in SetDouble() function in PrefService
113 void SetDouble(const char* name, double value) override { in SetDouble() function in base::trace_event::__anon20c3171c0111::PickleWriter493 void TracedValue::SetDouble(const char* name, double value) { in SetDouble() function in base::trace_event::TracedValue
103 void SetDouble(const char* name, double value) {} in SetDouble() function
356 void CFXJSE_Value::SetDouble(v8::Isolate* pIsolate, double dDouble) { in SetDouble() function in CFXJSE_Value
103 void TracedValue::SetDouble(const char* name, double value) { in SetDouble() function in base::trace_event::TracedValue
769 Value* DictionaryValue::SetDouble(StringPiece path, double in_value) { in SetDouble() function in base::DictionaryValue