Searched refs:PSEUDO_ELEMENT_MASK (Results 1 – 2 of 2) sorted by relevance
73 PSEUDO_ELEMENT_MASK = (1 << (BEFORE - 1)) | (1 << (AFTER - 1)) | (1 << (BACKDROP - 1)) enumerator
1897 return noninherited_flags._pseudoBits & PSEUDO_ELEMENT_MASK; in hasPseudoElementStyle()