Lines Matching defs:nsStyleTextOverflow
174710 struct nsStyleTextOverflow struct
174712 nsStyleTextOverflow() : mLogicalDirections(true) {} in nsStyleTextOverflow() argument
174713 bool operator==(const nsStyleTextOverflow& aOther) const { in operator ==() argument
174716 bool operator!=(const nsStyleTextOverflow& aOther) const { in operator !=() argument
174721 const nsStyleTextOverflowSide& GetLeft(uint8_t aDirection) const { in GetLeft() argument
174729 const nsStyleTextOverflowSide& GetRight(uint8_t aDirection) const { in GetRight() argument
174737 const nsStyleTextOverflowSide* GetFirstValue() const { in GetFirstValue() argument
174742 const nsStyleTextOverflowSide* GetSecondValue() const { in GetSecondValue() argument
174746 nsStyleTextOverflowSide mLeft; argument
174747 nsStyleTextOverflowSide mRight; argument
174748 bool mLogicalDirections;