OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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