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