Searched refs:lastBox (Results 1 – 4 of 4) sorted by relevance
188 RenderObject* lastBox = beforeChild; in addChild() local189 …while (lastBox && lastBox->parent()->isAnonymous() && !lastBox->isTableSection() && lastBox->style… in addChild()190 lastBox = lastBox->parent(); in addChild()191 if (lastBox && lastBox->isAnonymous() && !isAfterContent(lastBox)) { in addChild()192 if (beforeChild == lastBox) in addChild()193 beforeChild = lastBox->firstChild(); in addChild()194 lastBox->addChild(child, beforeChild); in addChild()
118 RenderObject* lastBox = last; in addChild() local119 while (lastBox && lastBox->parent()->isAnonymous() && !lastBox->isTableRow()) in addChild()120 lastBox = lastBox->parent(); in addChild()121 if (lastBox && lastBox->isAnonymous() && !lastBox->isBeforeOrAfterContent()) { in addChild()122 lastBox->addChild(child, beforeChild); in addChild()
318 InlineBox* lastBox = lastSelectedBox(); in lineSelectionGap() local324 … lastBox->parent()->renderer(), lastBox->logicalRight(), selTop, selHeight, paintInfo)); in lineSelectionGap()333 if (firstBox && firstBox != lastBox) { in lineSelectionGap()350 if (box == lastBox) in lineSelectionGap()
928 lastBox.