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

  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
StyleResolver.h 87 MatchAllRules,
121 RuleMatchingBehavior = MatchAllRules, RenderRegion* regionForStyling = 0);
252 void matchAllRules(StyleResolverState&, ElementRuleCollector&, bool includeSMILProperties);
StyleResolver.cpp 549 void StyleResolver::matchAllRules(StyleResolverState& state, ElementRuleCollector& collector, bool includeSMILProperties)
712 matchAllRules(state, collector, matchingBehavior != MatchAllRulesExcludingSMIL);
    [all...]

Completed in 38 milliseconds