/external/chromium_org/third_party/WebKit/Source/core/css/ |
ElementRuleCollector.h | 53 explicit MatchedRule(const RuleData* ruleData, unsigned specificity, CascadeScope cascadeScope, CascadeOrder cascadeOrder, unsigned styleSheetIndex) 55 , m_specificity(specificity) 67 unsigned specificity() const { return ruleData()->specificity() + m_specificity; } function in class:WebCore::MatchedRule 125 void addMatchedRule(const RuleData*, unsigned specificity, CascadeScope, CascadeOrder); 126 void addMatchedRule(const RuleData*, unsigned specificity, CascadeScope, CascadeOrder, unsigned styleSheetIndex);
|
PageRuleCollector.cpp | 40 return r1->selector()->specificity() < r2->selector()->specificity();
|
SelectorChecker.h | 101 , specificity(0) { } 104 unsigned specificity; member in struct:WebCore::SelectorChecker::MatchResult 111 bool checkOne(const SelectorCheckingContext&, const SiblingTraversalStrategy&, unsigned* specificity = 0) const;
|
ElementRuleCollector.cpp | 80 inline void ElementRuleCollector::addMatchedRule(const RuleData* rule, unsigned specificity, CascadeScope cascadeScope, CascadeOrder cascadeOrder, unsigned styleSheetIndex) 84 m_matchedRules->append(MatchedRule(rule, specificity, cascadeScope, cascadeOrder, styleSheetIndex)); 332 addMatchedRule(&ruleData, result.specificity, cascadeScope, cascadeOrder, matchRequest.styleSheetIndex); 361 unsigned specificity1 = matchedRule1.specificity(); 362 unsigned specificity2 = matchedRule2.specificity();
|
SelectorChecker.cpp | 134 unsigned specificity = 0; local 135 if (!checkOne(context, siblingTraversalStrategy, &specificity)) 162 result->specificity += specificity; 190 result->specificity += specificity; 462 bool SelectorChecker::checkOne(const SelectorCheckingContext& context, const SiblingTraversalStrategy& siblingTraversalStrategy, unsigned* specificity) const [all...] |
RuleSet.h | 84 unsigned specificity() const { return m_specificity; } function in class:WebCore::RuleData
|
CSSSelector.h | 53 unsigned specificity() const;
|
RuleSet.cpp | 197 , m_specificity(selector()->specificity())
|
CSSSelector.cpp | 60 unsigned CSSSelector::specificity() const function in class:WebCore::CSSSelector 91 // FIXME: Pseudo-elements and pseudo-classes do not have the same specificity. This function 109 // FIXME: PseudoAny should base the specificity on the sub-selectors. [all...] |
/external/compiler-rt/make/ |
lib_util.mk | 28 # defined with a certain specificity.
|