HomeSort by relevance Sort by last modified time
    Searched defs:RuleFeatureSet (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/css/
RuleFeature.cpp 120 RuleFeatureSet::InvalidationSetMode RuleFeatureSet::invalidationSetModeForSelector(const CSSSelector& selector)
164 void RuleFeatureSet::extractInvalidationSetFeature(const CSSSelector& selector, InvalidationSetFeatures& features)
178 RuleFeatureSet::RuleFeatureSet()
183 RuleFeatureSet::~RuleFeatureSet()
187 DescendantInvalidationSet* RuleFeatureSet::invalidationSetForSelector(const CSSSelector& selector)
203 RuleFeatureSet::InvalidationSetMode RuleFeatureSet::updateInvalidationSets(const CSSSelector& selector
    [all...]
RuleFeature.h 55 class RuleFeatureSet {
58 RuleFeatureSet();
59 ~RuleFeatureSet();
61 void add(const RuleFeatureSet&);

Completed in 45 milliseconds