Searched refs:collectFeaturesTo (Results 1 – 7 of 7) sorted by relevance
44 void collectFeaturesTo(RuleFeatureSet&);
55 void TreeBoundaryCrossingRules::collectFeaturesTo(RuleFeatureSet& features) in collectFeaturesTo() function in WebCore::TreeBoundaryCrossingRules
188 void ScopedStyleTree::collectFeaturesTo(RuleFeatureSet& features) in collectFeaturesTo() function in WebCore::ScopedStyleTree191 it->value->collectFeaturesTo(features); in collectFeaturesTo()
65 void collectFeaturesTo(RuleFeatureSet&);
67 void collectFeaturesTo(RuleFeatureSet& features);
80 void ScopedStyleResolver::collectFeaturesTo(RuleFeatureSet& features) in collectFeaturesTo() function in WebCore::ScopedStyleResolver
328 m_treeBoundaryCrossingRules.collectFeaturesTo(m_features); in collectFeatures()330 m_styleTree.collectFeaturesTo(m_features); in collectFeatures()