Home
last modified time | relevance | path

Searched refs:inShorthand (Results 1 – 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/css/
DSVGCSSParser.cpp309 if (!parsedValue || (m_valueList->current() && !inShorthand())) in parseSVGValue()
DCSSParser.h285 bool inShorthand() const { return m_inParseShorthand; } in inShorthand() function
DCSSParser.cpp726 if (m_strict || inShorthand()) in checkForOrphanedUnits()
771 int num = inShorthand() ? 1 : m_valueList->size(); in parseValue()
2039 if (!m_valueList->current() || inShorthand()) { in parseValue()
2410 int num = inShorthand() ? 1 : m_valueList->size(); in parse4Values()
2805 if (!inShorthand()) { in parseFillPosition()
3057 if (inShorthand()) in parseFillProperty()
3341 if (inShorthand()) in parseAnimationProperty()
5826 if (fill || shape || (valueListSize != 1 && !inShorthand())) in parseTextEmphasisStyle()
5834 if (fill || shape || (valueListSize != 1 && !inShorthand())) in parseTextEmphasisStyle()
5849 } else if (!inShorthand()) in parseTextEmphasisStyle()
/external/webkit/Source/WebCore/
DChangeLog-2005-12-191938 (DOM::CSSParser::inShorthand):