Searched refs:m_currentShorthand (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/css/
H A DCSSParser.h372 CSSPropertyID m_currentShorthand; member in class:WebCore::CSSParser
655 m_parser->m_currentShorthand = propId;
660 m_parser->m_currentShorthand = CSSPropertyInvalid;
H A DCSSParser.cpp311 , m_currentShorthand(CSSPropertyInvalid)
1513 if (m_currentShorthand) {
1515 m_currentShorthand = prefixingVariantForPropertyId(m_currentShorthand);
1517 m_currentShorthand = prefixingVariantForPropertyId(m_currentShorthand);
1525 if (!m_currentShorthand) {
1534 m_parsedProperties.append(CSSProperty(propId, value, important, true, indexOfShorthandForLonghand(m_currentShorthand, shorthands), m_implicitShorthand || implicit));

Completed in 141 milliseconds