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

  /external/webkit/Source/WebCore/css/
SVGCSSParser.cpp 309 if (!parsedValue || (m_valueList->current() && !inShorthand()))
CSSParser.h 285 bool inShorthand() const { return m_inParseShorthand; }
CSSParser.cpp 726 if (m_strict || inShorthand())
771 int num = inShorthand() ? 1 : m_valueList->size();
    [all...]

Completed in 134 milliseconds