Home | History | Annotate | Download | only in css

Lines Matching defs:ElementRuleCollector

30 #include "core/css/ElementRuleCollector.h"
48 ElementRuleCollector::ElementRuleCollector(const ElementResolveContext& context,
60 ElementRuleCollector::~ElementRuleCollector()
64 MatchResult& ElementRuleCollector::matchedResult()
69 PassRefPtrWillBeRawPtr<StyleRuleList> ElementRuleCollector::matchedStyleRuleList()
75 PassRefPtrWillBeRawPtr<CSSRuleList> ElementRuleCollector::matchedCSSRuleList()
81 inline void ElementRuleCollector::addMatchedRule(const RuleData* rule, unsigned specificity, CascadeScope cascadeScope, CascadeOrder cascadeOrder, unsigned styleSheetIndex, const CSSStyleSheet* parentStyleSheet)
88 void ElementRuleCollector::clearMatchedRules()
95 inline StyleRuleList* ElementRuleCollector::ensureStyleRuleList()
102 inline StaticCSSRuleList* ElementRuleCollector::ensureRuleList()
109 void ElementRuleCollector::addElementStyleProperties(const StylePropertySet* propertySet, bool isCacheable)
136 void ElementRuleCollector::collectMatchingRules(const MatchRequest& matchRequest, RuleRange& ruleRange, SelectorChecker::ContextFlags contextFlags, CascadeScope cascadeScope, CascadeOrder cascadeOrder, bool matchingTreeBoundaryRules)
176 CSSRuleList* ElementRuleCollector::nestedRuleList(CSSRule* rule)
191 CSSRule* ElementRuleCollector::findStyleRule(CSSRuleCollection* cssRules, StyleRule* styleRule)
213 void ElementRuleCollector::appendCSSOMWrapperForRule(CSSStyleSheet* parentStyleSheet, StyleRule* rule)
227 void ElementRuleCollector::sortAndTransferMatchedRules()
257 inline bool ElementRuleCollector::ruleMatches(const RuleData& ruleData, const ContainerNode* scope, SelectorChecker::ContextFlags contextFlags, SelectorChecker::MatchResult* result)
276 void ElementRuleCollector::collectRuleIfMatches(const RuleData& ruleData, SelectorChecker::ContextFlags contextFlags, CascadeScope cascadeScope, CascadeOrder cascadeOrder, const MatchRequest& matchRequest, RuleRange& ruleRange)
330 void ElementRuleCollector::sortMatchedRules()
336 bool ElementRuleCollector::hasAnyMatchingRules(RuleSet* ruleSet)