Home
last modified time | relevance | path

Searched refs:matchAllRules (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
DStyleResolver.h252 void matchAllRules(StyleResolverState&, ElementRuleCollector&, bool includeSMILProperties);
DStyleResolver.cpp549 void StyleResolver::matchAllRules(StyleResolverState& state, ElementRuleCollector& collector, bool … in matchAllRules() function in WebCore::StyleResolver
712 matchAllRules(state, collector, matchingBehavior != MatchAllRulesExcludingSMIL); in styleForElement()