Home | History | Annotate | Download | only in parser

Lines Matching refs:m_parsedProperties

130     , m_parsedProperties(parsedProperties)
165 m_parsedProperties.append(CSSProperty(propId, value, important, false, CSSPropertyInvalid, m_implicitShorthand || implicit));
173 m_parsedProperties.append(CSSProperty(propId, value, important, true, CSSPropertyInvalid, m_implicitShorthand || implicit));
175 m_parsedProperties.append(CSSProperty(propId, value, important, true, indexOfShorthandForLonghand(m_currentShorthand, shorthands), m_implicitShorthand || implicit));
181 ASSERT(m_parsedProperties.size() >= static_cast<unsigned>(num));
182 m_parsedProperties.shrink(m_parsedProperties.size() - num);
521 overflowXValue = m_parsedProperties.last().value();
544 CSSValue* value = m_parsedProperties.last().value();
1268 CSSValue* value = m_parsedProperties.last().value();
2112 CSSValue* value = m_parsedProperties.last().value();
2122 CSSValue* value = m_parsedProperties[m_parsedProperties.size() - 2].value();
2125 value = m_parsedProperties[m_parsedProperties.size() - 2].value();
2132 CSSValue* value = m_parsedProperties[m_parsedProperties.size() - 2].value();
7578 for (unsigned i = 0; i < m_parsedProperties.size(); ++i) {
7579 if (m_parsedProperties[i].id() == CSSPropertyTextDecorationLine)
8322 CSSValue* value = m_parsedProperties.last().value();