Searched refs:prevBottom (Results 1 – 1 of 1) sorted by relevance
409 …int prevBottom = prevRootBox() ? prevRootBox()->selectionBottom() : block()->borderBefore() + bloc… in selectionTop() local410 if (prevBottom < selectionTop && block()->containsFloats()) { in selectionTop()414 int prevLeft = block()->logicalLeftOffsetForLine(prevBottom, false); in selectionTop()415 int prevRight = block()->logicalRightOffsetForLine(prevBottom, false); in selectionTop()422 return prevBottom; in selectionTop()