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.h52 …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…
DSelectorChecker.h98 , specificity(0) { } in MatchResult()
101 unsigned specificity; member
108 …(const SelectorCheckingContext&, const SiblingTraversalStrategy&, unsigned* specificity = 0) const;
DElementRuleCollector.cpp81 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()
DPageRuleCollector.cpp40 return r1->selector()->specificity() < r2->selector()->specificity(); in comparePageRules()
DSelectorChecker.cpp136 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()
DRuleSet.h88 unsigned specificity() const { return m_specificity; } in specificity() function
DCSSSelector.cpp65 unsigned CSSSelector::specificity() const in specificity() function in WebCore::CSSSelector
406 printf("%*sspecificity(): %u\n", indent, "", specificity()); in show()
DCSSSelector.h105 unsigned specificity() const;
DRuleSet.cpp131 , m_specificity(selector().specificity()) in RuleData()
/external/chromium_org/chrome/browser/resources/options/
Dsearch_page.css70 /* #mainview is here to win specificity. :( */
/external/chromium_org/chrome/browser/resources/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.rst1447 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.