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