Home
last modified time | relevance | path

Searched refs:pszValue (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/core/fxcrt/css/
Dcfx_cssdeclaration.cpp30 bool ParseCSSNumber(const wchar_t* pszValue, in ParseCSSNumber() argument
34 ASSERT(pszValue); in ParseCSSNumber()
38 *pValue = FXSYS_wcstof(pszValue, iValueLen, &iUsedLen); in ParseCSSNumber()
43 pszValue += iUsedLen; in ParseCSSNumber()
45 if (iValueLen >= 1 && *pszValue == '%') { in ParseCSSNumber()
49 CFX_CSSData::GetLengthUnitByName(WideStringView(pszValue, 2)); in ParseCSSNumber()
59 bool CFX_CSSDeclaration::ParseCSSString(const wchar_t* pszValue, in ParseCSSString() argument
63 ASSERT(pszValue); in ParseCSSString()
69 wchar_t first = pszValue[0], last = pszValue[iValueLen - 1]; in ParseCSSString()
79 bool CFX_CSSDeclaration::ParseCSSColor(const wchar_t* pszValue, in ParseCSSColor() argument
[all …]
Dcfx_cssdeclaration.h25 static bool ParseCSSString(const wchar_t* pszValue,
29 static bool ParseCSSColor(const wchar_t* pszValue,
54 FX_ARGB ParseColorForTest(const wchar_t* pszValue,
59 void ParseFontProperty(const wchar_t* pszValue,
62 bool ParseBorderProperty(const wchar_t* pszValue,
66 const wchar_t* pszValue,
75 RetainPtr<CFX_CSSValue> ParseNumber(const wchar_t* pszValue,
77 RetainPtr<CFX_CSSValue> ParseEnum(const wchar_t* pszValue, int32_t iValueLen);
78 RetainPtr<CFX_CSSValue> ParseColor(const wchar_t* pszValue,
80 RetainPtr<CFX_CSSValue> ParseString(const wchar_t* pszValue,