Home | History | Annotate | Download | only in rendering

Lines Matching refs:oldClientAfterEdge

1619     LayoutUnit oldClientAfterEdge = clientLogicalBottom();
1624 toRenderFlowThread(this)->applyBreakAfterContent(oldClientAfterEdge);
1650 computeOverflow(oldClientAfterEdge);
1728 void RenderBlock::computeOverflow(LayoutUnit oldClientAfterEdge, bool recomputeFloats)
1748 rectToApply = LayoutRect(clientRect.x(), clientRect.y(), 1, max<LayoutUnit>(0, oldClientAfterEdge - clientRect.y()));
1750 rectToApply = LayoutRect(clientRect.x(), clientRect.y(), max<LayoutUnit>(0, oldClientAfterEdge - clientRect.x()), 1);
1753 m_overflow->setLayoutClientAfterEdge(oldClientAfterEdge);
1771 toRenderNamedFlowThread(this)->computeOversetStateForRegions(oldClientAfterEdge);
2738 LayoutUnit oldClientAfterEdge = hasRenderOverflow() ? m_overflow->layoutClientAfterEdge() : clientLogicalBottom();
2739 computeOverflow(oldClientAfterEdge, true);