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

  /external/webkit/Source/WebCore/css/
CSSSelector.h 284 unsigned specificityForOneSelector() const;
CSSSelector.cpp 58 total = (total + selector->specificityForOneSelector()) & maxValueMask;
63 inline unsigned CSSSelector::specificityForOneSelector() const
86 s += selectorList()->first()->specificityForOneSelector();

Completed in 160 milliseconds