Home | History | Annotate | Download | only in rendering

Lines Matching refs:adjustForUnsplittableChild

1798         logicalTopEstimate = adjustForUnsplittableChild(child, logicalTopEstimate);
2046 int logicalTopAfterUnsplittableAdjustment = adjustForUnsplittableChild(child, logicalTopAfterClear);
3359 int newLogicalTop = adjustForUnsplittableChild(childBox, logicalTop, true);
6074 int RenderBlock::adjustForUnsplittableChild(RenderBox* child, int logicalOffset, bool includeMargins)