Home
last modified time | relevance | path

Searched refs:lineWidthForPaginatedLineChanged (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderBlock.h658 …bool lineWidthForPaginatedLineChanged(RootInlineBox*, LayoutUnit lineDelta, RenderFlowThread*) con…
DRenderBlockLineLayout.cpp1868 if (lineWidthForPaginatedLineChanged(curr, 0, layoutState.flowThread())) { in determineStartPosition()
2031 if (lineWidthForPaginatedLineChanged(lineBox, lineDelta, layoutState.flowThread())) in checkPaginationAndFloatsAtEndLine()
DRenderBlock.cpp5573 bool RenderBlock::lineWidthForPaginatedLineChanged(RootInlineBox* rootBox, LayoutUnit lineDelta, Re… in lineWidthForPaginatedLineChanged() function in WebCore::RenderBlock