Home | History | Annotate | Download | only in rendering

Lines Matching refs:adjustForUnsplittableChild

1783         logicalTopEstimate = adjustForUnsplittableChild(child, logicalTopEstimate);
2031 int logicalTopAfterUnsplittableAdjustment = adjustForUnsplittableChild(child, logicalTopAfterClear);
3340 int newLogicalTop = adjustForUnsplittableChild(childBox, logicalTop, true);
6048 int RenderBlock::adjustForUnsplittableChild(RenderBox* child, int logicalOffset, bool includeMargins)