Home | History | Annotate | Download | only in rendering

Lines Matching refs:hasOverflowClip

751     bool hasTextOverflow = style()->textOverflow() && hasOverflowClip();
2418 int endPadding = hasOverflowClip() ? paddingEnd() : 0;
2420 if (hasOverflowClip() && !endPadding && node() && node()->rendererIsEditable() && node() == node()->rootEditableElement() && style()->isLeftToRightDirection())
2424 if (!hasOverflowClip())