Home
last modified time | relevance | path

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

/external/libweave/third_party/chromium/base/
Dvalues.cc108 bool Value::GetAsDouble(double* /* out_value */) const { in GetAsDouble() function in base::Value
204 bool FundamentalValue::GetAsDouble(double* out_value) const { in GetAsDouble() function in base::FundamentalValue
/external/libchrome/base/
Dvalues.cc108 bool Value::GetAsDouble(double* /* out_value */) const { in GetAsDouble() function in base::Value
208 bool FundamentalValue::GetAsDouble(double* out_value) const { in GetAsDouble() function in base::FundamentalValue
/external/libchrome/base/test/
Dtrace_event_analyzer.cc396 bool Query::GetAsDouble(const TraceEvent& event, double* num) const { in GetAsDouble() function in trace_analyzer::Query