Home | History | Annotate | Download | only in rendering

Lines Matching refs:firstBox

317     InlineBox* firstBox = firstSelectedBox();
321 firstBox->parent()->renderer(), firstBox->logicalLeft(), selTop, selHeight, paintInfo));
333 if (firstBox && firstBox != lastBox) {
335 int lastLogicalLeft = firstBox->logicalRight();
336 bool isPreviousBoxSelected = firstBox->selectionState() != RenderObject::SelectionNone;
337 for (InlineBox* box = firstBox->nextLeafChild(); box; box = box->nextLeafChild()) {