HomeSort by relevance Sort by last modified time
    Searched refs:specificity (Results 1 - 4 of 4) sorted by null

  /external/compiler-rt/make/
lib_util.mk 28 # defined with a certain specificity.
  /external/webkit/Source/WebCore/css/
CSSSelector.h 87 unsigned specificity() const;
CSSSelector.cpp 50 unsigned CSSSelector::specificity() const function in class:WebCore::CSSSelector
65 // FIXME: Pseudo-elements and pseudo-classes do not have the same specificity. This function
82 // FIXME: PsuedoAny should base the specificity on the sub-selectors.
CSSStyleSelector.cpp 300 unsigned specificity() const { return m_specificity; } function in class:WebCore::RuleData
792 unsigned specificity1 = r1->specificity();
793 unsigned specificity2 = r2->specificity();
    [all...]

Completed in 58 milliseconds