Searched refs:m_currentShorthand (Results 1 – 2 of 2) sorted by relevance
397 CSSPropertyID m_currentShorthand; variable636 m_parser->m_currentShorthand = propId; in ShorthandScope()641 m_parser->m_currentShorthand = CSSPropertyInvalid; in ~ShorthandScope()
196 , m_currentShorthand(CSSPropertyInvalid) in CSSParser()1323 if (m_currentShorthand) { in addPropertyWithPrefixingVariant()1325 m_currentShorthand = prefixingVariantForPropertyId(m_currentShorthand); in addPropertyWithPrefixingVariant()1327 m_currentShorthand = prefixingVariantForPropertyId(m_currentShorthand); in addPropertyWithPrefixingVariant()1337 if (!m_currentShorthand || (primitiveValue && primitiveValue->isVariableName())) { in addProperty()1348 …operty(propId, value, important, true, indexOfShorthandForLonghand(m_currentShorthand, shorthands)… in addProperty()