Searched defs:shorthandIndex (Results 1 - 1 of 1) sorted by path

/external/chromium_org/third_party/WebKit/Source/core/css/parser/
H A DCSSPropertyParser.cpp154 int shorthandIndex = 0; local
170 shorthandIndex = indexOfShorthandForLonghand(m_currentShorthand, shorthands);
173 m_parsedProperties.append(CSSProperty(propId, value, important, setFromShorthand, shorthandIndex, m_implicitShorthand || implicit));

Completed in 285 milliseconds