Home
last modified time | relevance | path

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

/external/webkit/WebCore/css/
DCSSParser.h213 int m_inParseShorthand; variable
238 bool inShorthand() const { return m_inParseShorthand; } in inShorthand()
304 if (!(m_parser->m_inParseShorthand++)) in ShorthandScope()
309 if (!(--m_parser->m_inParseShorthand)) in ~ShorthandScope()
DCSSParser.cpp142 , m_inParseShorthand(0) in CSSParser()