Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRootInlineBox.h54 LayoutUnit lineTopWithLeading() const { return m_lineTopWithLeading; } in lineTopWithLeading() function
DRenderBlockFlow.cpp798 lineTop = std::min(line->lineTopWithLeading(), overflow.y()); in calculateMinimumPageHeight()
825 LayoutUnit logicalOffset = std::min(lineBox->lineTopWithLeading(), logicalVisualOverflow.y()); in adjustLinePositionForPagination()
851 …LogicalHeight, std::max<LayoutUnit>(0, logicalVisualOverflow.y() - lineBox->lineTopWithLeading())); in adjustLinePositionForPagination()
DRenderBlock.cpp2658 …lipped && root->isFirstAfterPageBreak() && (pointInLogicalContents.y() < root->lineTopWithLeading() in positionForPointWithInlineChildren()
2659 || (blocksAreFlipped && pointInLogicalContents.y() == root->lineTopWithLeading()))) in positionForPointWithInlineChildren()
2671 …irstAfterPageBreak() && (pointInLogicalContents.y() > nextRootBoxWithChildren->lineTopWithLeading() in positionForPointWithInlineChildren()
2672 …!blocksAreFlipped && pointInLogicalContents.y() == nextRootBoxWithChildren->lineTopWithLeading()))) in positionForPointWithInlineChildren()