Searched refs:adjustForUnsplittableChild (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/rendering/
H A DRenderBlock.h710 int adjustForUnsplittableChild(RenderBox* child, int 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.
H A DRenderBlock.cpp1798 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) function in class:WebCore::RenderBlock

Completed in 54 milliseconds