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 82 MatchAllRules,
118 RuleMatchingBehavior = MatchAllRules);
249 void matchAllRules(StyleResolverState&, ElementRuleCollector&, bool includeSMILProperties);
StyleResolver.cpp 507 void StyleResolver::matchAllRules(StyleResolverState& state, ElementRuleCollector& collector, bool includeSMILProperties)
667 matchAllRules(state, collector, matchingBehavior != MatchAllRulesExcludingSMIL);
    [all...]

Completed in 155 milliseconds