Searched defs:ElementRuleCollector (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/css/
H A DElementRuleCollector.cpp30 #include "core/css/ElementRuleCollector.h"
45 ElementRuleCollector::ElementRuleCollector(const ElementResolveContext& context, function in class:WebCore::ElementRuleCollector
59 ElementRuleCollector::~ElementRuleCollector()
63 MatchResult& ElementRuleCollector::matchedResult()
68 PassRefPtr<StyleRuleList> ElementRuleCollector::matchedStyleRuleList()
74 PassRefPtr<CSSRuleList> ElementRuleCollector::matchedCSSRuleList()
80 inline void ElementRuleCollector::addMatchedRule(const RuleData* rule, unsigned specificity, CascadeScope cascadeScope, CascadeOrder cascadeOrder, unsigned styleSheetIndex)
87 void ElementRuleCollector
[all...]
H A DElementRuleCollector.h84 // ElementRuleCollector is designed to be used as a stack object.
88 class ElementRuleCollector { class in namespace:WebCore
89 WTF_MAKE_NONCOPYABLE(ElementRuleCollector);
91 ElementRuleCollector(const ElementResolveContext&, const SelectorFilter&, RenderStyle* = 0, ShouldIncludeStyleSheetInCSSOMWrapper = IncludeStyleSheetInCSSOMWrapper);
92 ~ElementRuleCollector();

Completed in 397 milliseconds