Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSParser.h396 int m_inParseShorthand; variable
508 bool inShorthand() const { return m_inParseShorthand; } in inShorthand()
635 if (!(m_parser->m_inParseShorthand++)) in ShorthandScope()
640 if (!(--m_parser->m_inParseShorthand)) in ~ShorthandScope()
DCSSParser-in.cpp195 , m_inParseShorthand(0) in CSSParser()