/external/chromium_org/third_party/WebKit/Source/core/css/ |
D | ElementRuleCollector.h | 52 …MatchedRule(const RuleData* ruleData, unsigned specificity, CascadeScope cascadeScope, CascadeOrde… in MatchedRule() argument 54 , m_specificity(specificity) in MatchedRule() 67 unsigned specificity() const { return ruleData()->specificity() + m_specificity; } in specificity() function 159 …void addMatchedRule(const RuleData*, unsigned specificity, CascadeScope, CascadeOrder, unsigned st…
|
D | SelectorChecker.h | 98 , specificity(0) { } in MatchResult() 101 unsigned specificity; member 108 …(const SelectorCheckingContext&, const SiblingTraversalStrategy&, unsigned* specificity = 0) const;
|
D | ElementRuleCollector.cpp | 81 inline void ElementRuleCollector::addMatchedRule(const RuleData* rule, unsigned specificity, Cascad… in addMatchedRule() argument 85 …m_matchedRules->append(MatchedRule(rule, specificity, cascadeScope, cascadeOrder, styleSheetIndex,… in addMatchedRule() 310 …addMatchedRule(&ruleData, result.specificity, cascadeScope, cascadeOrder, matchRequest.styleSheetI… in collectRuleIfMatches() 321 unsigned specificity1 = matchedRule1.specificity(); in compareRules() 322 unsigned specificity2 = matchedRule2.specificity(); in compareRules()
|
D | PageRuleCollector.cpp | 40 return r1->selector()->specificity() < r2->selector()->specificity(); in comparePageRules()
|
D | SelectorChecker.cpp | 136 unsigned specificity = 0; in match() local 137 if (!checkOne(context, siblingTraversalStrategy, &specificity)) in match() 166 result->specificity += specificity; in match() 194 result->specificity += specificity; in match() 521 …xt& context, const SiblingTraversalStrategy& siblingTraversalStrategy, unsigned* specificity) const in checkOne() 952 …pecificity = std::max(maxSpecificity, hostContext.selector->specificity() + subResult.specificity); in checkOne() 966 if (specificity) in checkOne() 967 *specificity = maxSpecificity; in checkOne()
|
D | RuleSet.h | 88 unsigned specificity() const { return m_specificity; } in specificity() function
|
D | CSSSelector.cpp | 65 unsigned CSSSelector::specificity() const in specificity() function in WebCore::CSSSelector 406 printf("%*sspecificity(): %u\n", indent, "", specificity()); in show()
|
D | CSSSelector.h | 105 unsigned specificity() const;
|
D | RuleSet.cpp | 131 , m_specificity(selector().specificity()) in RuleData()
|
/external/chromium_org/chrome/browser/resources/options/ |
D | search_page.css | 70 /* #mainview is here to win specificity. :( */
|
/external/chromium_org/chrome/browser/resources/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 | 1447 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.
|