Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSParser.h397 CSSPropertyID m_currentShorthand; variable
636 m_parser->m_currentShorthand = propId; in ShorthandScope()
641 m_parser->m_currentShorthand = CSSPropertyInvalid; in ~ShorthandScope()
DCSSParser-in.cpp196 , 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()