Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/rendering/style/
DStyleRareNonInheritedData.h100 bool textOverflow : 1; // Whether or not lines that spill out should be truncated with "..." variable
DRenderStyle.h691 bool textOverflow() const { return rareNonInheritedData->textOverflow; } in textOverflow() function