Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/css/
DSVGCSSParser.cpp324 if (!parsedValue || (m_valueList->current() && !inShorthand())) in parseSVGValue()
DCSSParser-in.cpp1638 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 …]
DCSSParser.h508 bool inShorthand() const { return m_inParseShorthand; } in inShorthand() function