Searched refs:TextOverflow (Results 1 – 4 of 4) sorted by relevance
488 enum TextOverflow { TextOverflowClip = 0, TextOverflowEllipsis }; enum
797 …TextOverflow textOverflow() const { return static_cast<TextOverflow>(rareNonInheritedData->textOve… in textOverflow()1260 …void setTextOverflow(TextOverflow overflow) { SET_VAR(rareNonInheritedData, textOverflow, overflow… in setTextOverflow()1605 static TextOverflow initialTextOverflow() { return TextOverflowClip; } in initialTextOverflow()
127 text-overflow type_name=TextOverflow
3151 template<> inline CSSPrimitiveValue::CSSPrimitiveValue(TextOverflow overflow) in CSSPrimitiveValue()3165 template<> inline CSSPrimitiveValue::operator TextOverflow() const in TextOverflow() function