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

  /external/webkit/WebCore/css/
CSSParser.h 238 bool inShorthand() const { return m_inParseShorthand; }
SVGCSSParser.cpp 301 if (!parsedValue || (m_valueList->current() && !inShorthand()))
CSSParser.cpp 558 if (m_strict || inShorthand())
603 int num = inShorthand() ? 1 : m_valueList->size();
621 if (!inShorthand() && checkForVariables(m_valueList)) {
    [all...]

Completed in 42 milliseconds