Home | History | Annotate | Download | only in rendering

Lines Matching refs:nextTop

435     int nextTop = nextRootBox()->selectionTop();
436 if (nextTop > selectionBottom && block()->containsFloats()) {
440 int nextLeft = block()->logicalLeftOffsetForLine(nextTop, false);
441 int nextRight = block()->logicalRightOffsetForLine(nextTop, false);
448 return nextTop;