Home
last modified time | relevance | path

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

/external/pdfium/core/fxcrt/css/
Dcfx_cssdeclaration.cpp33 bool ParseCSSNumber(const wchar_t* pszValue, in ParseCSSNumber()
62 bool CFX_CSSDeclaration::ParseCSSString(const wchar_t* pszValue, in ParseCSSString()
83 bool CFX_CSSDeclaration::ParseCSSColor(const wchar_t* pszValue, in ParseCSSColor()
174 const wchar_t* pszValue = value.unterminated_c_str(); in AddProperty() local
292 RetainPtr<CFX_CSSValue> CFX_CSSDeclaration::ParseNumber(const wchar_t* pszValue, in ParseNumber()
301 RetainPtr<CFX_CSSValue> CFX_CSSDeclaration::ParseEnum(const wchar_t* pszValue, in ParseEnum()
308 RetainPtr<CFX_CSSValue> CFX_CSSDeclaration::ParseColor(const wchar_t* pszValue, in ParseColor()
316 RetainPtr<CFX_CSSValue> CFX_CSSDeclaration::ParseString(const wchar_t* pszValue, in ParseString()
331 const wchar_t* pszValue, in ParseValueListProperty()
454 const wchar_t* pszValue, in ParseBorderProperty()
[all …]