Searched refs:textOverflow (Results 1 – 8 of 8) sorted by relevance
70 , textOverflow(RenderStyle::initialTextOverflow()) in StyleRareNonInheritedData()154 , textOverflow(o.textOverflow) in StyleRareNonInheritedData()245 && textOverflow == o.textOverflow in operator ==()
165 unsigned textOverflow : 1; // Whether or not lines that spill out should be truncated with "..." variable
434 || rareNonInheritedData->textOverflow != other.rareNonInheritedData->textOverflow in diffNeedsFullLayoutAndPaintInvalidation()
826 …TextOverflow textOverflow() const { return static_cast<TextOverflow>(rareNonInheritedData->textOve… in textOverflow() function1312 …void setTextOverflow(TextOverflow overflow) { SET_VAR(rareNonInheritedData, textOverflow, overflow… in setTextOverflow()
119 link.style.textOverflow = 'clip';
364 return document().focusedElement() != node() && style()->textOverflow() == TextOverflowEllipsis; in textShouldBeTruncated()
1528 bool hasTextOverflow = (style()->textOverflow() && hasOverflowClip()) in layoutInlineChildren()1530 && parent()->style()->textOverflow() && parent()->hasOverflowClip()); in layoutInlineChildren()
2231 if (style->textOverflow()) in getPropertyCSSValue()