Home
last modified time | relevance | path

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

/external/pdfium/core/fxcrt/css/
Dcfx_cssdeclaration.cpp338 RetainPtr<CFX_CSSValue> pCSSValue; in AddProperty() local
341 pCSSValue = ParseNumber(pszValue, iValueLen); in AddProperty()
344 pCSSValue = ParseEnum(pszValue, iValueLen); in AddProperty()
347 pCSSValue = ParseColor(pszValue, iValueLen); in AddProperty()
350 pCSSValue = ParseString(pszValue, iValueLen); in AddProperty()
355 if (pCSSValue) { in AddProperty()
356 AddPropertyHolder(pTable->eName, pCSSValue, bImportant); in AddProperty()