Home
last modified time | relevance | path

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

/external/pdfium/core/fxcrt/css/
Dcfx_cssdeclaration.cpp195 RetainPtr<CFX_CSSValue> pCSSValue; in AddProperty() local
198 pCSSValue = ParseNumber(pszValue, iValueLen); in AddProperty()
201 pCSSValue = ParseEnum(pszValue, iValueLen); in AddProperty()
204 pCSSValue = ParseColor(pszValue, iValueLen); in AddProperty()
207 pCSSValue = ParseString(pszValue, iValueLen); in AddProperty()
212 if (pCSSValue) { in AddProperty()
213 AddPropertyHolder(property->eName, pCSSValue, bImportant); in AddProperty()