Home
last modified time | relevance | path

Searched refs:pushToNextPageWithMinimumLogicalHeight (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderBlock.h638 …bool pushToNextPageWithMinimumLogicalHeight(LayoutUnit& adjustment, LayoutUnit logicalOffset, Layo…
DRenderBlock.cpp5430 …if (!hasUniformPageLogicalHeight && !pushToNextPageWithMinimumLogicalHeight(remainingLogicalHeight… in adjustForUnsplittableChild()
5437 bool RenderBlock::pushToNextPageWithMinimumLogicalHeight(LayoutUnit& adjustment, LayoutUnit logical… in pushToNextPageWithMinimumLogicalHeight() function in WebCore::RenderBlock
5531 …if (!hasUniformPageLogicalHeight && !pushToNextPageWithMinimumLogicalHeight(remainingLogicalHeight… in adjustLinePositionForPagination()