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

  /external/webkit/WebCore/css/
CSSParser.h 213 int m_inParseShorthand;
238 bool inShorthand() const { return m_inParseShorthand; }
304 if (!(m_parser->m_inParseShorthand++))
309 if (!(--m_parser->m_inParseShorthand))
CSSParser.cpp 142 , m_inParseShorthand(0)
    [all...]

Completed in 24 milliseconds