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

  /external/chromium_org/third_party/WebKit/Source/core/css/parser/
BisonCSSParser-in.cpp     [all...]
CSSPropertyParser.h 94 bool hasProperties() const { return !m_parsedProperties.isEmpty(); }
380 WillBeHeapVector<CSSProperty, 256>& m_parsedProperties;
BisonCSSParser.h 188 WillBeHeapVector<CSSProperty, 256> m_parsedProperties;
CSSPropertyParser.cpp 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();
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSGrammar.y 412 int oldParsedProperties = parser->m_parsedProperties.size();
414 parser->rollbackLastProperties(parser->m_parsedProperties.size() - oldParsedProperties);
808 int oldParsedProperties = parser->m_parsedProperties.size();
812 parser->rollbackLastProperties(parser->m_parsedProperties.size() - oldParsedProperties);
    [all...]

Completed in 45 milliseconds