Searched refs:prevBottom (Results 1 – 4 of 4) sorted by relevance
403 LayoutUnit prevBottom = prevRootBox()->selectionBottom(); in selectionTop() local404 if (prevBottom < selectionTop && block().containsFloats()) { in selectionTop()408 LayoutUnit prevLeft = block().logicalLeftOffsetForLine(prevBottom, false); in selectionTop()409 LayoutUnit prevRight = block().logicalRightOffsetForLine(prevBottom, false); in selectionTop()416 return prevBottom; in selectionTop()
676 var prevBottom = display.lineDiv.offsetTop;682 height = bot - prevBottom;683 prevBottom = bot;
692 var prevBottom = display.lineDiv.offsetTop;698 height = bot - prevBottom;699 prevBottom = bot;