Home | History | Annotate | Download | only in style

Lines Matching refs:textOverflow

638     bool textOverflow() const { return rareNonInheritedData->textOverflow; }
969 void setTextOverflow(bool b) { SET_VAR(rareNonInheritedData, textOverflow, b); }