Searched refs:ParseCSSNumber (Results 1 – 1 of 1) sorted by relevance
/external/pdfium/xfa/fde/css/ |
D | cfde_cssdeclaration.cpp | 26 bool ParseCSSNumber(const FX_WCHAR* pszValue, in ParseCSSNumber() function 112 if (!ParseCSSNumber(pszValue, iValueLen, fValue, eNumType)) in ParseCSSColor() 284 if (!ParseCSSNumber(pszValue, iValueLen, fValue, eUnit)) in ParseNumber() 339 if (ParseCSSNumber(pszValue, iValueLen, fValue, eNumType)) in ParseValueListProperty() 462 if (ParseCSSNumber(pszValue, iValueLen, fValue, eNumType)) in ParseBorderProperty() 574 if (!ParseCSSNumber(pszValue, iValueLen, fValue, eNumType)) in ParseFontProperty()
|