Searched refs:childLogicalHeight (Results 1 – 1 of 1) sorted by relevance
5421 …LayoutUnit childLogicalHeight = logicalHeightForChild(child) + (includeMargins ? marginBeforeForCh… in adjustForUnsplittableChild() local5424 updateMinimumPageHeight(logicalOffset, childLogicalHeight); in adjustForUnsplittableChild()5425 … if (!pageLogicalHeight || (hasUniformPageLogicalHeight && childLogicalHeight > pageLogicalHeight) in adjustForUnsplittableChild()5429 if (remainingLogicalHeight < childLogicalHeight) { in adjustForUnsplittableChild()5430 …!pushToNextPageWithMinimumLogicalHeight(remainingLogicalHeight, logicalOffset, childLogicalHeight)) in adjustForUnsplittableChild()