Home | History | Annotate | Download | only in style

Lines Matching refs:_styleType

223                 && _styleType == other._styleType
247 unsigned _styleType : 5; // PseudoId
290 noninherited_flags._styleType = NOPSEUDO;
313 PseudoId styleType() const { return static_cast<PseudoId>(noninherited_flags._styleType); }
314 void setStyleType(PseudoId styleType) { noninherited_flags._styleType = styleType; }