Home
last modified time | relevance | path

Searched refs:collectFeaturesTo (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/css/
DTreeBoundaryCrossingRules.h44 void collectFeaturesTo(RuleFeatureSet&);
DTreeBoundaryCrossingRules.cpp55 void TreeBoundaryCrossingRules::collectFeaturesTo(RuleFeatureSet& features) in collectFeaturesTo() function in WebCore::TreeBoundaryCrossingRules
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
DScopedStyleTree.cpp188 void ScopedStyleTree::collectFeaturesTo(RuleFeatureSet& features) in collectFeaturesTo() function in WebCore::ScopedStyleTree
191 it->value->collectFeaturesTo(features); in collectFeaturesTo()
DScopedStyleResolver.h65 void collectFeaturesTo(RuleFeatureSet&);
DScopedStyleTree.h67 void collectFeaturesTo(RuleFeatureSet& features);
DScopedStyleResolver.cpp80 void ScopedStyleResolver::collectFeaturesTo(RuleFeatureSet& features) in collectFeaturesTo() function in WebCore::ScopedStyleResolver
DStyleResolver.cpp328 m_treeBoundaryCrossingRules.collectFeaturesTo(m_features); in collectFeatures()
330 m_styleTree.collectFeaturesTo(m_features); in collectFeatures()