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

  /external/chromium_org/third_party/WebKit/Source/core/css/parser/
CSSPropertyParser.h 82 bool inShorthand() const { return m_inParseShorthand; }
322 if (!(m_parser->m_inParseShorthand++))
327 if (!(--m_parser->m_inParseShorthand))
384 int m_inParseShorthand;
CSSPropertyParser.cpp 132 , m_inParseShorthand(0)
    [all...]

Completed in 434 milliseconds