Home
last modified time | relevance | path

Searched refs:TextOverflow (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DRenderStyleConstants.h488 enum TextOverflow { TextOverflowClip = 0, TextOverflowEllipsis }; enum
DRenderStyle.h797TextOverflow 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()
/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSProperties.in127 text-overflow type_name=TextOverflow
DCSSPrimitiveValueMappings.h3151 template<> inline CSSPrimitiveValue::CSSPrimitiveValue(TextOverflow overflow) in CSSPrimitiveValue()
3165 template<> inline CSSPrimitiveValue::operator TextOverflow() const in TextOverflow() function