adjustForUnsplittableChild 491 Source/core/rendering/RenderBlock.h LayoutUnit adjustForUnsplittableChild(RenderBox* child, LayoutUnit logicalOffset, bool includeMargins = false); // If the child is unsplittable and can't fit on the current page, return the top of the next page/column. adjustForUnsplittableChild 718 Source/core/rendering/RenderBlockFlow.cpp LayoutUnit logicalTopAfterUnsplittableAdjustment = adjustForUnsplittableChild(child, result); adjustForUnsplittableChild 1418 Source/core/rendering/RenderBlockFlow.cpp logicalTopEstimate = adjustForUnsplittableChild(child, logicalTopEstimate); adjustForUnsplittableChild 2355 Source/core/rendering/RenderBlockFlow.cpp LayoutUnit newLogicalTop = adjustForUnsplittableChild(childBox, floatLogicalLocation.y(), true);