Searched refs:m_inParseShorthand (Results 1 – 2 of 2) sorted by relevance
213 int m_inParseShorthand; variable238 bool inShorthand() const { return m_inParseShorthand; } in inShorthand()304 if (!(m_parser->m_inParseShorthand++)) in ShorthandScope()309 if (!(--m_parser->m_inParseShorthand)) in ~ShorthandScope()
142 , m_inParseShorthand(0) in CSSParser()