Searched refs:firstBox (Results 1 – 4 of 4) sorted by relevance
51 int *firstBox; member in References::Map56 return firstBox; in getValue()
317 InlineBox* firstBox = firstSelectedBox(); in lineSelectionGap() local321 … firstBox->parent()->renderer(), firstBox->logicalLeft(), selTop, selHeight, paintInfo)); in lineSelectionGap()333 if (firstBox && firstBox != lastBox) { in lineSelectionGap()335 int lastLogicalLeft = firstBox->logicalRight(); in lineSelectionGap()336 bool isPreviousBoxSelected = firstBox->selectionState() != RenderObject::SelectionNone; in lineSelectionGap()337 for (InlineBox* box = firstBox->nextLeafChild(); box; box = box->nextLeafChild()) { in lineSelectionGap()
321 …InlineBox* firstBox = inlineContainer ? inlineContainer->firstLineBoxIncludingCulling() : firstLin… in dirtyLinesFromChangedChild() local324 if (!firstBox) { in dirtyLinesFromChangedChild()359 box = firstBox->root(); in dirtyLinesFromChangedChild()
639 if (InlineBox* firstBox = firstLineBoxIncludingCulling()) in offsetLeft() local640 x += firstBox->x(); in offsetLeft()647 if (InlineBox* firstBox = firstLineBoxIncludingCulling()) in offsetTop() local648 y += firstBox->y(); in offsetTop()