Searched refs:adjustLinePositionForPagination (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/rendering/
H A DRenderBlockLineLayout.cpp1091 adjustLinePositionForPagination(lineBox, adjustment);
1154 adjustLinePositionForPagination(line, delta);
1300 adjustLinePositionForPagination(curr, paginationDelta);
H A DRenderBlock.h711 void adjustLinePositionForPagination(RootInlineBox*, int& deltaOffset); // Computes a deltaOffset value that put a line at the top of the next page if it doesn't fit on the current page.
H A DRenderBlock.cpp6094 void RenderBlock::adjustLinePositionForPagination(RootInlineBox* lineBox, int& delta) function in class:WebCore::RenderBlock

Completed in 83 milliseconds