Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DRenderStyleConstants.h90PUBLIC_PSEUDOID_MASK = ((1 << FIRST_INTERNAL_PSEUDOID) - 1) & ~((1 << FIRST_PUBLIC_PSEUDOID) - 1) enumerator
DRenderStyle.h1849 return PUBLIC_PSEUDOID_MASK & noninherited_flags._pseudoBits; in hasAnyPublicPseudoStyles()