Home
last modified time | relevance | path

Searched refs:specificity (Results 1 – 16 of 16) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/css/
DElementRuleCollector.h53 …explicit MatchedRule(const RuleData* ruleData, unsigned specificity, CascadeScope cascadeScope, Ca… in MatchedRule() argument
55 , m_specificity(specificity) in MatchedRule()
67 unsigned specificity() const { return ruleData()->specificity() + m_specificity; } in specificity() function
125 void addMatchedRule(const RuleData*, unsigned specificity, CascadeScope, CascadeOrder);
126 …void addMatchedRule(const RuleData*, unsigned specificity, CascadeScope, CascadeOrder, unsigned st…
DSelectorChecker.h101 , specificity(0) { } in MatchResult()
104 unsigned specificity; member
111 …(const SelectorCheckingContext&, const SiblingTraversalStrategy&, unsigned* specificity = 0) const;
DPageRuleCollector.cpp40 return r1->selector()->specificity() < r2->selector()->specificity(); in comparePageRules()
DSelectorChecker.cpp134 unsigned specificity = 0; in match() local
135 if (!checkOne(context, siblingTraversalStrategy, &specificity)) in match()
162 result->specificity += specificity; in match()
190 result->specificity += specificity; in match()
462 …xt& context, const SiblingTraversalStrategy& siblingTraversalStrategy, unsigned* specificity) const in checkOne()
882 …Specificity = std::max(maxSpecificity, subContext.selector->specificity() + subResult.specificity); in checkOne()
890 if (specificity) in checkOne()
891 *specificity = maxSpecificity; in checkOne()
DElementRuleCollector.cpp80 inline void ElementRuleCollector::addMatchedRule(const RuleData* rule, unsigned specificity, Cascad… in addMatchedRule() argument
84 …m_matchedRules->append(MatchedRule(rule, specificity, cascadeScope, cascadeOrder, styleSheetIndex)… in addMatchedRule()
332 …addMatchedRule(&ruleData, result.specificity, cascadeScope, cascadeOrder, matchRequest.styleSheetI… in collectRuleIfMatches()
361 unsigned specificity1 = matchedRule1.specificity(); in compareRules()
362 unsigned specificity2 = matchedRule2.specificity(); in compareRules()
DRuleSet.h84 unsigned specificity() const { return m_specificity; } in specificity() function
DCSSSelector.h53 unsigned specificity() const;
DRuleSet.cpp197 , m_specificity(selector()->specificity()) in RuleData()
DCSSSelector.cpp60 unsigned CSSSelector::specificity() const in specificity() function in WebCore::CSSSelector
/external/chromium_org/chrome/browser/resources/options/
Dsearch_page.css70 /* #mainview is here to win specificity. :( */
/external/chromium_org/chrome/browser/resources/chromeos/login/
Doobe.css44 /* ':focus' used twice to increase specificity. */
/external/chromium_org/ui/webui/resources/css/
Dwidgets.css6 * important as there are some rules with equal specificity that rely on order
/external/chromium_org/chrome/common/extensions/docs/examples/api/fontSettings/css/
Dwidgets.css7 * important as there are some rules with equal specificity that rely on order
/external/chromium_org/chrome/third_party/chromevox/chromevox/background/
Doptions_widgets.css7 * important as there are some rules with equal specificity that rely on order
/external/llvm/docs/
DLangRef.rst1110 optimizations from introducing target specificity into the IR.
/external/stlport/etc/
DChangeLog-5.13120 This allocator specificity is to not be stateless and not default constructible.