Searched refs:pCSSValue (Results 1 – 1 of 1) sorted by relevance
195 RetainPtr<CFX_CSSValue> pCSSValue; in AddProperty() local198 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()