Home
last modified time | relevance | path

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

/external/webkit/WebCore/css/
DCSSParser.h207 int m_currentShorthand; variable
292 m_parser->m_currentShorthand = propId; in ShorthandScope()
297 m_parser->m_currentShorthand = 0; in ~ShorthandScope()
DCSSParser.cpp142 , m_currentShorthand(0) in CSSParser()
418 …CSSProperty* prop = new CSSProperty(propId, value, important, m_currentShorthand, m_implicitShorth… in addProperty()