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 122 RuleFeatureSet::InvalidationSetMode RuleFeatureSet::invalidationSetModeForSelector(const CSSSelector& selector)
183 void RuleFeatureSet::extractInvalidationSetFeature(const CSSSelector& selector, InvalidationSetFeatures& features)
197 RuleFeatureSet::RuleFeatureSet()
201 RuleFeatureSet::~RuleFeatureSet()
205 DescendantInvalidationSet* RuleFeatureSet::invalidationSetForSelector(const CSSSelector& selector)
240 RuleFeatureSet::InvalidationSetMode RuleFeatureSet::updateInvalidationSets(const CSSSelector& selector
    [all...]
RuleFeature.h 52 class RuleFeatureSet {
55 RuleFeatureSet();
56 ~RuleFeatureSet();
58 void add(const RuleFeatureSet&);

Completed in 186 milliseconds