Searched defs:nsStyleTextOverflow (Results 1 – 1 of 1) sorted by relevance
174710 struct nsStyleTextOverflow struct174712 nsStyleTextOverflow() : mLogicalDirections(true) {} in nsStyleTextOverflow() function174713 bool operator==(const nsStyleTextOverflow& aOther) const { in operator ==() argument174716 bool operator!=(const nsStyleTextOverflow& aOther) const { in operator !=() argument174721 const nsStyleTextOverflowSide& GetLeft(uint8_t aDirection) const { in GetLeft() argument174729 const nsStyleTextOverflowSide& GetRight(uint8_t aDirection) const { in GetRight() argument174737 const nsStyleTextOverflowSide* GetFirstValue() const { in GetFirstValue() argument174742 const nsStyleTextOverflowSide* GetSecondValue() const { in GetSecondValue() argument174746 nsStyleTextOverflowSide mLeft; argument174747 nsStyleTextOverflowSide mRight; argument[all …]