Searched refs:lastBox (Results 1 – 4 of 4) sorted by relevance
193 RenderObject* lastBox = beforeChild; in addChild() local194 …while (lastBox && lastBox->parent()->isAnonymous() && !lastBox->isTableSection() && needsTableSect… in addChild()195 lastBox = lastBox->parent(); in addChild()196 if (lastBox && lastBox->isAnonymous() && !isAfterContent(lastBox)) { in addChild()197 if (beforeChild == lastBox) in addChild()198 beforeChild = lastBox->slowFirstChild(); in addChild()199 lastBox->addChild(child, beforeChild); in addChild()
166 RenderObject* lastBox = last; in addChild() local167 while (lastBox && lastBox->parent()->isAnonymous() && !lastBox->isTableRow()) in addChild()168 lastBox = lastBox->parent(); in addChild()169 if (lastBox && lastBox->isAnonymous() && !lastBox->isBeforeOrAfterContent()) { in addChild()170 lastBox->addChild(child, beforeChild); in addChild()
306 InlineBox* lastBox = lastSelectedBox(); in lineSelectionGap() local313 &lastBox->parent()->renderer(), lastBox->logicalRight(), selTop, selHeight, paintInfo)); in lineSelectionGap()323 if (firstBox && firstBox != lastBox) { in lineSelectionGap()340 if (box == lastBox) in lineSelectionGap()
608 InlineTextBox* lastBox = 0; in positionForPoint() local626 lastBox = box; in positionForPoint()629 if (lastBox) { in positionForPoint()631 lineDirectionPointFitsInBox(pointLineDirection, lastBox, shouldAffinityBeDownstream); in positionForPoint()632 …inityForBoxAfterAdjustingOffsetForBiDi(lastBox, lastBox->offsetForPosition(pointLineDirection.toFl… in positionForPoint()