HomeSort by relevance Sort by last modified time
    Searched refs:m_inParseShorthand (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/css/
CSSParser.h 247 int m_inParseShorthand;
285 bool inShorthand() const { return m_inParseShorthand; }
369 if (!(m_parser->m_inParseShorthand++))
374 if (!(--m_parser->m_inParseShorthand))
CSSParser.cpp 144 , m_inParseShorthand(0)
    [all...]

Completed in 26 milliseconds