Searched refs:inShorthand (Results 1 – 3 of 3) sorted by relevance
324 if (!parsedValue || (m_valueList->current() && !inShorthand())) in parseSVGValue()
1638 int num = inShorthand() ? 1 : m_valueList->size(); in parseValue()1663 if (m_valueList->next() && !inShorthand()) in parseValue()2833 if (!m_valueList->current() || inShorthand()) { in parseValue()3327 int num = inShorthand() ? 1 : m_valueList->size(); in parse4Values()3953 if (!inShorthand()) { in parse2ValuesFillPosition()4036 if (!inShorthand()) in parseFillSize()4226 if (inShorthand()) in parseFillProperty()4534 if (inShorthand()) in parseAnimationProperty()5545 if (validPrimitive && (!m_valueList->next() || inShorthand())) in parseLineHeight()5560 if (validPrimitive && (!m_valueList->next() || inShorthand())) in parseFontSize()[all …]
508 bool inShorthand() const { return m_inParseShorthand; } in inShorthand() function