Searched defs:GetAsDouble (Results 1 - 5 of 5) sorted by relevance

/external/libchrome/base/test/
H A Dtrace_event_analyzer.cc102 } else if (it.value().GetAsDouble(&double_num)) {
250 bool is_bool = GetAsDouble(event, &bool_value);
292 if (!left().GetAsDouble(event, &lhs) || !right().GetAsDouble(event, &rhs))
365 if (!left().GetAsDouble(event, &lhs))
367 if (!is_unary_operator() && !right().GetAsDouble(event, &rhs))
396 bool Query::GetAsDouble(const TraceEvent& event, double* num) const { function in class:trace_analyzer::Query
/external/libchrome/base/
H A Dvalues.cc108 bool Value::GetAsDouble(double* /* out_value */) const { function in class:base::Value
208 bool FundamentalValue::GetAsDouble(double* out_value) const { function in class:base::FundamentalValue
248 return GetAsDouble(&lhs) && other->GetAsDouble(&rhs) && lhs == rhs;
547 return value->GetAsDouble(out_value);
686 return value->GetAsDouble(out_value);
963 return value->GetAsDouble(out_value);
/external/libweave/third_party/chromium/base/
H A Dvalues.cc108 bool Value::GetAsDouble(double* /* out_value */) const { function in class:base::Value
204 bool FundamentalValue::GetAsDouble(double* out_value) const { function in class:base::FundamentalValue
244 return GetAsDouble(&lhs) && other->GetAsDouble(&rhs) && lhs == rhs;
522 return value->GetAsDouble(out_value);
652 return value->GetAsDouble(out_value);
920 return value->GetAsDouble(out_value);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 279 milliseconds