HomeSort by relevance Sort by last modified time
    Searched full:m_currentshorthand (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/css/parser/
CSSPropertyParser.h 323 m_parser->m_currentShorthand = propId;
328 m_parser->m_currentShorthand = CSSPropertyInvalid;
385 CSSPropertyID m_currentShorthand;
CSSPropertyParser.cpp 133 , m_currentShorthand(CSSPropertyInvalid)
151 if (m_currentShorthand) {
153 m_currentShorthand = prefixingVariantForPropertyId(m_currentShorthand);
155 m_currentShorthand = prefixingVariantForPropertyId(m_currentShorthand);
164 if (!m_currentShorthand) {
175 m_parsedProperties.append(CSSProperty(propId, value, important, true, indexOfShorthandForLonghand(m_currentShorthand, shorthands), m_implicitShorthand || implicit));
    [all...]

Completed in 195 milliseconds