Home
last modified time | relevance | path

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

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