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 73 MatchAllRules,
107 RuleMatchingBehavior = MatchAllRules);
224 void matchAllRules(StyleResolverState&, ElementRuleCollector&, bool includeSMILProperties);
StyleResolver.cpp 468 void StyleResolver::matchAllRules(StyleResolverState& state, ElementRuleCollector& collector, bool includeSMILProperties)
618 matchAllRules(state, collector, matchingBehavior != MatchAllRulesExcludingSMIL);
    [all...]

Completed in 64 milliseconds