Searched refs:iValueLen (Results 1 – 3 of 3) sorted by relevance
/external/pdfium/core/fxcrt/css/ |
D | cfx_cssdeclaration.cpp | 179 int32_t iValueLen, in ParseCSSNumber() argument 182 ASSERT(pszValue && iValueLen > 0); in ParseCSSNumber() 184 fValue = FXSYS_wcstof(pszValue, iValueLen, &iUsedLen); in ParseCSSNumber() 188 iValueLen -= iUsedLen; in ParseCSSNumber() 191 if (iValueLen >= 1 && *pszValue == '%') { in ParseCSSNumber() 193 } else if (iValueLen == 2) { in ParseCSSNumber() 206 int32_t iValueLen, in ParseCSSString() argument 209 ASSERT(pszValue && iValueLen > 0); in ParseCSSString() 211 *iLength = iValueLen; in ParseCSSString() 212 if (iValueLen >= 2) { in ParseCSSString() [all …]
|
D | cfx_cssdeclaration.h | 27 int32_t iValueLen, 31 int32_t iValueLen, 57 int32_t iValueLen, 62 int32_t iValueLen, 65 int32_t iValueLen, 69 int32_t iValueLen, 78 int32_t iValueLen); 79 RetainPtr<CFX_CSSValue> ParseEnum(const wchar_t* pszValue, int32_t iValueLen); 81 int32_t iValueLen); 83 int32_t iValueLen);
|
D | cfx_cssstylesheet.cpp | 64 int32_t iValueLen = 0; in LoadStyleRule() local 84 if (propertyTable || iValueLen > 0) { in LoadStyleRule()
|