Home | History | Annotate | Download | only in style

Lines Matching refs:_list_style_type

159                 && (_list_style_type == other._list_style_type)
181 unsigned _list_style_type : 7; // EListStyleType
285 inherited_flags._list_style_type = initialListStyleType();
682 EListStyleType listStyleType() const { return static_cast<EListStyleType>(inherited_flags._list_style_type); }
1201 void setListStyleType(EListStyleType v) { inherited_flags._list_style_type = v; }