firstBox          242 Source/core/editing/VisibleUnits.cpp         startBox = leafBoxes.firstBox();
firstBox          283 Source/core/editing/VisibleUnits.cpp         startBox = leafBoxes.firstBox();
firstBox          254 Source/core/rendering/RenderInline.cpp     if (InlineBox* firstBox = firstLineBox())
firstBox          255 Source/core/rendering/RenderInline.cpp         caretRect.moveBy(roundedLayoutPoint(firstBox->topLeft()));
firstBox          676 Source/core/rendering/RenderInline.cpp     if (InlineBox* firstBox = firstLineBoxIncludingCulling())
firstBox          677 Source/core/rendering/RenderInline.cpp         topLeft = flooredLayoutPoint(firstBox->topLeft());
firstBox          684 Source/core/rendering/RenderInline.cpp     if (InlineBox* firstBox = firstLineBoxIncludingCulling())
firstBox          685 Source/core/rendering/RenderInline.cpp         topLeft = flooredLayoutPoint(firstBox->topLeft());
firstBox          279 Source/core/rendering/RenderLineBoxList.cpp     InlineBox* firstBox = inlineContainer ? inlineContainer->firstLineBoxIncludingCulling() : firstLineBox();
firstBox          282 Source/core/rendering/RenderLineBoxList.cpp     if (!firstBox) {
firstBox          331 Source/core/rendering/RenderLineBoxList.cpp         box = &firstBox->root();
firstBox          314 Source/core/rendering/RootInlineBox.cpp     InlineBox* firstBox = firstSelectedBox();
firstBox          318 Source/core/rendering/RootInlineBox.cpp             &firstBox->parent()->renderer(), firstBox->logicalLeft(), selTop, selHeight, paintInfo));
firstBox          332 Source/core/rendering/RootInlineBox.cpp     if (firstBox && firstBox != lastBox) {
firstBox          334 Source/core/rendering/RootInlineBox.cpp         LayoutUnit lastLogicalLeft = firstBox->logicalRight();
firstBox          335 Source/core/rendering/RootInlineBox.cpp         bool isPreviousBoxSelected = firstBox->selectionState() != RenderObject::SelectionNone;
firstBox          336 Source/core/rendering/RootInlineBox.cpp         for (InlineBox* box = firstBox->nextLeafChild(); box; box = box->nextLeafChild()) {