Searched refs:prevBottom (Results 1 – 2 of 2) sorted by relevance
529 …LayoutUnit prevBottom = prevRootBox() ? prevRootBox()->selectionBottom() : block()->borderBefore()… in selectionTop() local530 if (prevBottom < selectionTop && block()->containsFloats()) { in selectionTop()534 LayoutUnit prevLeft = block()->logicalLeftOffsetForLine(prevBottom, false); in selectionTop()535 LayoutUnit prevRight = block()->logicalRightOffsetForLine(prevBottom, false); in selectionTop()542 return prevBottom; in selectionTop()
540 var prevBottom = display.lineDiv.offsetTop;544 height = bot - prevBottom;545 prevBottom = bot;