Home
last modified time | relevance | path

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

/external/pdfium/xfa/fde/css/
Dcfde_cssdeclaration.cpp187 CFX_RetainPtr<CFDE_CSSValue> pCSSValue; in AddProperty() local
190 pCSSValue = ParseNumber(pszValue, iValueLen); in AddProperty()
193 pCSSValue = ParseEnum(pszValue, iValueLen); in AddProperty()
196 pCSSValue = ParseColor(pszValue, iValueLen); in AddProperty()
199 pCSSValue = ParseString(pszValue, iValueLen); in AddProperty()
204 if (pCSSValue) { in AddProperty()
205 AddPropertyHolder(pTable->eName, pCSSValue, bImportant); in AddProperty()