Home | History | Annotate | Download | only in rendering

Lines Matching defs:endPadding

2418     int endPadding = hasOverflowClip() ? paddingEnd() : 0;
2420 if (hasOverflowClip() && !endPadding && node() && node()->rendererIsEditable() && node() == node()->rootEditableElement() && style()->isLeftToRightDirection())
2421 endPadding = 1;
2423 addLayoutOverflow(curr->paddedLayoutOverflowRect(endPadding));