Searched refs:textOverflow (Results 1 – 7 of 7) sorted by relevance
68 , textOverflow(RenderStyle::initialTextOverflow()) in StyleRareNonInheritedData()144 , textOverflow(o.textOverflow) in StyleRareNonInheritedData()227 && textOverflow == o.textOverflow in operator ==()
171 unsigned textOverflow : 1; // Whether or not lines that spill out should be truncated with "..." variable
402 || rareNonInheritedData->textOverflow != other->rareNonInheritedData->textOverflow) in diff()
797 …TextOverflow textOverflow() const { return static_cast<TextOverflow>(rareNonInheritedData->textOve… in textOverflow() function1260 …void setTextOverflow(TextOverflow overflow) { SET_VAR(rareNonInheritedData, textOverflow, overflow… in setTextOverflow()
382 return document().focusedElement() != node() && style()->textOverflow() == TextOverflowEllipsis; in textShouldBeTruncated()
1741 bool hasTextOverflow = (style()->textOverflow() && hasOverflowClip()) in layoutInlineChildren()1743 && parent()->style()->textOverflow() && parent()->hasOverflowClip()); in layoutInlineChildren()
2327 if (style->textOverflow()) in getPropertyCSSValue()