Home | History | Annotate | Download | only in style

Lines Matching refs:styleType

221                 && styleType == other.styleType
259 unsigned styleType : 6; // PseudoId
314 noninherited_flags.styleType = NOPSEUDO;
357 PseudoId styleType() const { return static_cast<PseudoId>(noninherited_flags.styleType); }
358 void setStyleType(PseudoId styleType) { noninherited_flags.styleType = styleType; }