Searched refs:ParseCSSNumber (Results 1 – 1 of 1) sorted by relevance
/external/pdfium/core/fxcrt/css/ |
D | cfx_cssdeclaration.cpp | 30 bool ParseCSSNumber(const wchar_t* pszValue, in ParseCSSNumber() function 121 if (!ParseCSSNumber(pszValue, iValueLen, &fValue, &eNumType)) in ParseCSSColor() 292 if (!ParseCSSNumber(pszValue, iValueLen, &fValue, &eUnit)) in ParseNumber() 343 if (ParseCSSNumber(pszValue, iValueLen, &fValue, &eNumType)) in ParseValueListProperty() 465 if (ParseCSSNumber(pszValue, iValueLen, &fValue, &eNumType)) in ParseBorderProperty() 577 if (!ParseCSSNumber(pszValue, iValueLen, &fValue, &eNumType)) in ParseFontProperty()
|