Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DStyleRareNonInheritedData.h165 unsigned textOverflow : 1; // Whether or not lines that spill out should be truncated with "..." variable
DRenderStyle.h826 …TextOverflow textOverflow() const { return static_cast<TextOverflow>(rareNonInheritedData->textOve… in textOverflow() function