Searched refs:hasUniformPageLogicalHeight (Results 1 – 1 of 1) sorted by relevance
5423 bool hasUniformPageLogicalHeight = !flowThread || flowThread->regionsHaveUniformLogicalHeight(); in adjustForUnsplittableChild() local5425 … if (!pageLogicalHeight || (hasUniformPageLogicalHeight && childLogicalHeight > pageLogicalHeight) in adjustForUnsplittableChild()5430 …if (!hasUniformPageLogicalHeight && !pushToNextPageWithMinimumLogicalHeight(remainingLogicalHeight… in adjustForUnsplittableChild()5514 bool hasUniformPageLogicalHeight = !flowThread || flowThread->regionsHaveUniformLogicalHeight(); in adjustLinePositionForPagination() local5517 …if (!pageLogicalHeight || (hasUniformPageLogicalHeight && logicalVisualOverflow.height() > pageLog… in adjustLinePositionForPagination()5531 …if (!hasUniformPageLogicalHeight && !pushToNextPageWithMinimumLogicalHeight(remainingLogicalHeight… in adjustLinePositionForPagination()5538 …LayoutUnit pageLogicalHeightAtNewOffset = hasUniformPageLogicalHeight ? pageLogicalHeight : pageLo… in adjustLinePositionForPagination()