HomeSort by relevance Sort by last modified time
    Searched defs:ElementRuleCollector (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/css/
ElementRuleCollector.cpp 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(
    [all...]
ElementRuleCollector.h 107 // ElementRuleCollector is designed to be used as a stack object.
111 class ElementRuleCollector {
113 WTF_MAKE_NONCOPYABLE(ElementRuleCollector);
115 ElementRuleCollector(const ElementResolveContext&, const SelectorFilter&, RenderStyle* = 0);
116 ~ElementRuleCollector();

Completed in 77 milliseconds