/external/chromium_org/third_party/WebKit/Source/core/css/ |
D | ElementRuleCollector.h | 53 …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…
|
D | SelectorChecker.h | 101 , specificity(0) { } in MatchResult() 104 unsigned specificity; member 111 …(const SelectorCheckingContext&, const SiblingTraversalStrategy&, unsigned* specificity = 0) const;
|
D | PageRuleCollector.cpp | 40 return r1->selector()->specificity() < r2->selector()->specificity(); in comparePageRules()
|
D | SelectorChecker.cpp | 134 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()
|
D | ElementRuleCollector.cpp | 80 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()
|
D | RuleSet.h | 84 unsigned specificity() const { return m_specificity; } in specificity() function
|
D | CSSSelector.h | 53 unsigned specificity() const;
|
D | RuleSet.cpp | 197 , m_specificity(selector()->specificity()) in RuleData()
|
D | CSSSelector.cpp | 60 unsigned CSSSelector::specificity() const in specificity() function in WebCore::CSSSelector
|
/external/chromium_org/chrome/browser/resources/options/ |
D | search_page.css | 70 /* #mainview is here to win specificity. :( */
|
/external/chromium_org/chrome/browser/resources/chromeos/login/ |
D | oobe.css | 44 /* ':focus' used twice to increase specificity. */
|
/external/chromium_org/ui/webui/resources/css/ |
D | widgets.css | 6 * important as there are some rules with equal specificity that rely on order
|
/external/chromium_org/chrome/common/extensions/docs/examples/api/fontSettings/css/ |
D | widgets.css | 7 * important as there are some rules with equal specificity that rely on order
|
/external/chromium_org/chrome/third_party/chromevox/chromevox/background/ |
D | options_widgets.css | 7 * important as there are some rules with equal specificity that rely on order
|
/external/llvm/docs/ |
D | LangRef.rst | 1110 optimizations from introducing target specificity into the IR.
|
/external/stlport/etc/ |
D | ChangeLog-5.1 | 3120 This allocator specificity is to not be stateless and not default constructible.
|