Searched defs:GetDouble (Results 1 - 4 of 4) sorted by relevance

/external/libchrome/base/
H A Dvalues.cc541 bool DictionaryValue::GetDouble(const std::string& path, function in class:base::DictionaryValue
958 bool ListValue::GetDouble(size_t index, double* out_value) const { function in class:base::ListValue
/external/libweave/third_party/chromium/base/
H A Dvalues.cc516 bool DictionaryValue::GetDouble(const std::string& path, function in class:base::DictionaryValue
915 bool ListValue::GetDouble(size_t index, double* out_value) const { function in class:base::ListValue
/external/opencv3/modules/videoio/src/
H A Dcap_msmf.hpp819 STDMETHODIMP GetDouble(REFGUID guidKey, double* pfValue) function in class:CBaseAttributes
822 return _spAttributes->GetDouble(guidKey, pfValue);
2570 hr = pValue->GetDouble(&value);
/external/pdfium/xfa/src/fgas/src/localization/
H A Dfx_locale.cpp289 double GetDouble() const;
438 double CFX_LCNumeric::GetDouble() const { function in class:CFX_LCNumeric
517 double dbValeu = GetDouble();
537 wsResult.Format(wsFormat.c_str(), GetDouble());
3451 double dbOrgRaw = lcNum.GetDouble();

Completed in 323 milliseconds