Searched refs:pCSSValue (Results 1 – 1 of 1) sorted by relevance
187 CFX_RetainPtr<CFDE_CSSValue> pCSSValue; in AddProperty() local190 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()