Home
last modified time | relevance | path

Searched defs:nsStyleTextOverflow (Results 1 – 1 of 1) sorted by relevance

/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp174710 struct nsStyleTextOverflow struct
174712 nsStyleTextOverflow() : mLogicalDirections(true) {} in nsStyleTextOverflow() function
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
[all …]