Searched refs:ParsedPropertyVector (Results 1 – 2 of 2) sorted by relevance
390 typedef Vector<CSSProperty, 256> ParsedPropertyVector; typedef391 ParsedPropertyVector m_parsedProperties;
1274 static inline void filterProperties(bool important, const CSSParser::ParsedPropertyVector& input, V… in filterProperties()