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 83 MatchAllRules,
188 RuleMatchingBehavior = MatchAllRules, RenderRegion* regionForStyling = 0);
292 void matchAllRules(StyleResolverState&, ElementRuleCollector&, bool matchAuthorAndUserStyles, bool includeSMILProperties);
StyleResolver.cpp 440 void StyleResolver::matchAllRules(StyleResolverState& state, ElementRuleCollector& collector, bool matchAuthorAndUserStyles, bool includeSMILProperties)
659 matchAllRules(state, collector, m_matchAuthorAndUserStyles, matchingBehavior != MatchAllRulesExcludingSMIL);
    [all...]

Completed in 2669 milliseconds