Home | History | Annotate | Download | only in style

Lines Matching refs:styleType

313     PseudoId styleType() const { return static_cast<PseudoId>(noninherited_flags._styleType); }
314 void setStyleType(PseudoId styleType) { noninherited_flags._styleType = styleType; }