Home | History | Annotate | Download | only in rendering

Lines Matching refs:hasOverflowClip

1528     bool hasTextOverflow = (style()->textOverflow() && hasOverflowClip())
1530 && parent()->style()->textOverflow() && parent()->hasOverflowClip());
1892 LayoutUnit endPadding = hasOverflowClip() ? paddingEnd() : LayoutUnit();
1894 if (hasOverflowClip() && !endPadding && node() && node()->isRootEditableElement() && style()->isLeftToRightDirection())