Searched refs:firstBox (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/rendering/
H A DRootInlineBox.cpp317 InlineBox* firstBox = firstSelectedBox(); local
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()) {
H A DRenderLineBoxList.cpp321 InlineBox* firstBox = inlineContainer ? inlineContainer->firstLineBoxIncludingCulling() : firstLineBox(); local
324 if (!firstBox) {
359 box = firstBox->root();
H A DRenderInline.cpp639 if (InlineBox* firstBox = firstLineBoxIncludingCulling())
640 x += firstBox->x();
647 if (InlineBox* firstBox = firstLineBoxIncludingCulling())
648 y += firstBox->y();

Completed in 95 milliseconds