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

  /external/webkit/Source/WebCore/css/
CSSSelector.h 285 unsigned specificityForPage() const;
CSSSelector.cpp 57 return (total + selector->specificityForPage()) & maxValueMask;
95 unsigned CSSSelector::specificityForPage() const

Completed in 3511 milliseconds