TextOverflow     3042 Source/core/css/CSSPrimitiveValueMappings.h template<> inline CSSPrimitiveValue::CSSPrimitiveValue(TextOverflow overflow)
TextOverflow     3056 Source/core/css/CSSPrimitiveValueMappings.h template<> inline CSSPrimitiveValue::operator TextOverflow() const
TextOverflow      825 Source/core/rendering/style/RenderStyle.h     TextOverflow textOverflow() const { return static_cast<TextOverflow>(rareNonInheritedData->textOverflow); }
TextOverflow     1294 Source/core/rendering/style/RenderStyle.h     void setTextOverflow(TextOverflow overflow) { SET_VAR(rareNonInheritedData, textOverflow, overflow); }
TextOverflow     1607 Source/core/rendering/style/RenderStyle.h     static TextOverflow initialTextOverflow() { return TextOverflowClip; }