Home | History | Annotate | Download | only in rendering

Lines Matching refs:oldClientAfterEdge

1428 void RenderBlock::computeOverflow(LayoutUnit oldClientAfterEdge, bool)
1445 rectToApply = LayoutRect(clientRect.x(), clientRect.y(), 1, max<LayoutUnit>(0, oldClientAfterEdge - clientRect.y()));
1447 rectToApply = LayoutRect(clientRect.x(), clientRect.y(), max<LayoutUnit>(0, oldClientAfterEdge - clientRect.x()), 1);
1450 m_overflow->setLayoutClientAfterEdge(oldClientAfterEdge);
1582 LayoutUnit oldClientAfterEdge = hasRenderOverflow() ? m_overflow->layoutClientAfterEdge() : clientLogicalBottom();
1583 computeOverflow(oldClientAfterEdge, true);
4991 LayoutUnit oldClientAfterEdge = hasRenderOverflow() ? m_overflow->layoutClientAfterEdge() : clientLogicalBottom();
4992 computeOverflow(oldClientAfterEdge, true);