Searched refs:m_inParseShorthand (Results 1 – 2 of 2) sorted by relevance
396 int m_inParseShorthand; variable508 bool inShorthand() const { return m_inParseShorthand; } in inShorthand()635 if (!(m_parser->m_inParseShorthand++)) in ShorthandScope()640 if (!(--m_parser->m_inParseShorthand)) in ~ShorthandScope()
195 , m_inParseShorthand(0) in CSSParser()