Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderBlock.cpp5537 LayoutUnit totalLogicalHeight = lineHeight + max<LayoutUnit>(0, logicalOffset); in adjustLinePositionForPagination() local
5540 …if (((lineBox == firstRootBox() && totalLogicalHeight < pageLogicalHeightAtNewOffset) || (!style()… in adjustLinePositionForPagination()