Home | History | Annotate | Download | only in style

Lines Matching refs:_text_decorations

169                    (_text_decorations == other._text_decorations) &&
191 unsigned _text_decorations : 4;
268 inherited_flags._text_decorations = initialTextDecoration();
451 int textDecorationsInEffect() const { return inherited_flags._text_decorations; }
847 void addToTextDecorationsInEffect(int v) { inherited_flags._text_decorations |= v; }
848 void setTextDecorationsInEffect(int v) { inherited_flags._text_decorations = v; }