Searched defs:RuleFeatureSet (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/css/
H A DRuleFeature.cpp120 RuleFeatureSet::InvalidationSetMode RuleFeatureSet::invalidationSetModeForSelector(const CSSSelector& selector)
164 void RuleFeatureSet::extractInvalidationSetFeature(const CSSSelector& selector, InvalidationSetFeatures& features)
178 RuleFeatureSet::RuleFeatureSet() function in class:WebCore::RuleFeatureSet
183 RuleFeatureSet::~RuleFeatureSet()
187 DescendantInvalidationSet* RuleFeatureSet::invalidationSetForSelector(const CSSSelector& selector)
203 RuleFeatureSet::InvalidationSetMode RuleFeatureSet
[all...]
H A DRuleFeature.h55 class RuleFeatureSet { class in namespace:WebCore
58 RuleFeatureSet();
59 ~RuleFeatureSet();
61 void add(const RuleFeatureSet&);

Completed in 165 milliseconds