Home
last modified time | relevance | path

Searched refs:PUBLIC_PSEUDOID_MASK (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/rendering/style/
DRenderStyleConstants.h80PUBLIC_PSEUDOID_MASK = ((1 << FIRST_INTERNAL_PSEUDOID) - 1) & ~((1 << FIRST_PUBLIC_PSEUDOID) - 1) enumerator
DRenderStyle.cpp206 return PUBLIC_PSEUDOID_MASK & noninherited_flags._pseudoBits; in hasAnyPublicPseudoStyles()