Searched refs:EOverflowWrap (Results 1 – 3 of 3) sorted by relevance
206 enum EOverflowWrap { enum
830 …EOverflowWrap overflowWrap() const { return static_cast<EOverflowWrap>(rareInheritedData->overflow… in overflowWrap()1316 void setOverflowWrap(EOverflowWrap b) { SET_VAR(rareInheritedData, overflowWrap, b); } in setOverflowWrap()1643 static EOverflowWrap initialOverflowWrap() { return NormalOverflowWrap; } in initialOverflowWrap()
2855 template<> inline CSSPrimitiveValue::CSSPrimitiveValue(EOverflowWrap e) in CSSPrimitiveValue()2869 template<> inline CSSPrimitiveValue::operator EOverflowWrap() const in EOverflowWrap() function