HomeSort by relevance Sort by last modified time
    Searched refs:specificity (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/css/
ElementRuleCollector.h 51 MatchedRule(const RuleData* ruleData, unsigned specificity, CascadeScope cascadeScope, CascadeOrder cascadeOrder, unsigned styleSheetIndex, const CSSStyleSheet* parentStyleSheet)
53 , m_specificity(specificity)
66 unsigned specificity() const { return ruleData()->specificity() + m_specificity; } function in class:blink::MatchedRule
154 void addMatchedRule(const RuleData*, unsigned specificity, CascadeScope, CascadeOrder, unsigned styleSheetIndex, const CSSStyleSheet* parentStyleSheet);
PageRuleCollector.cpp 40 return r1->selector()->specificity() < r2->selector()->specificity();
SelectorChecker.h 98 , specificity(0) { }
101 unsigned specificity; member in struct:blink::SelectorChecker::MatchResult
108 bool checkOne(const SelectorCheckingContext&, const SiblingTraversalStrategy&, unsigned* specificity = 0) const;
ElementRuleCollector.cpp 81 inline void ElementRuleCollector::addMatchedRule(const RuleData* rule, unsigned specificity, CascadeScope cascadeScope, CascadeOrder cascadeOrder, unsigned styleSheetIndex, const CSSStyleSheet* parentStyleSheet)
85 m_matchedRules->append(MatchedRule(rule, specificity, cascadeScope, cascadeOrder, styleSheetIndex, parentStyleSheet));
311 addMatchedRule(&ruleData, result.specificity, cascadeScope, cascadeOrder, matchRequest.styleSheetIndex, matchRequest.styleSheet);
322 unsigned specificity1 = matchedRule1.specificity();
323 unsigned specificity2 = matchedRule2.specificity();
SelectorChecker.cpp 127 unsigned specificity = 0; local
128 if (!checkOne(context, siblingTraversalStrategy, &specificity))
157 result->specificity += specificity;
185 result->specificity += specificity;
500 bool SelectorChecker::checkOne(const SelectorCheckingContext& context, const SiblingTraversalStrategy& siblingTraversalStrategy, unsigned* specificity) const
    [all...]
RuleSet.h 88 unsigned specificity() const { return m_specificity; } function in class:blink::RuleData
CSSSelector.h 103 // http://www.w3.org/TR/css3-selectors/#specificity
104 // We use 256 as the base of the specificity number system.
105 unsigned specificity() const;
RuleSet.cpp 131 , m_specificity(selector().specificity())
CSSSelector.cpp 65 unsigned CSSSelector::specificity() const function in class:blink::CSSSelector
96 // FIXME: Pseudo-elements and pseudo-classes do not have the same specificity. This function
114 // FIXME: PseudoAny should base the specificity on the sub-selectors.
423 printf("%*sspecificity(): %u\n", indent, "", specificity());
  /external/compiler-rt/make/
lib_util.mk 28 # defined with a certain specificity.

Completed in 187 milliseconds