Searched refs:ParseCSSNumber (Results 1 – 1 of 1) sorted by relevance
/external/pdfium/core/fxcrt/css/ |
D | cfx_cssdeclaration.cpp | 178 bool ParseCSSNumber(const wchar_t* pszValue, in ParseCSSNumber() function 264 if (!ParseCSSNumber(pszValue, iValueLen, fValue, eNumType)) in ParseCSSColor() 435 if (!ParseCSSNumber(pszValue, iValueLen, fValue, eUnit)) in ParseNumber() 486 if (ParseCSSNumber(pszValue, iValueLen, fValue, eNumType)) in ParseValueListProperty() 607 if (ParseCSSNumber(pszValue, iValueLen, fValue, eNumType)) in ParseBorderProperty() 717 if (!ParseCSSNumber(pszValue, iValueLen, fValue, eNumType)) in ParseFontProperty()
|