Searched refs:lastBox (Results 1 – 4 of 4) sorted by relevance
239 InlineBox* lastBox = lastSelectedBox(); in fillLineSelectionGap() local245 result.uniteRight(block()->fillRightSelectionGap(lastBox->parent()->renderer(), in fillLineSelectionGap()246 … lastBox->x() + lastBox->width(), selTop, selHeight, in fillLineSelectionGap()256 if (firstBox && firstBox != lastBox) { in fillLineSelectionGap()268 if (box == lastBox) in fillLineSelectionGap()
175 RenderObject* lastBox = beforeChild; in addChild() local176 …while (lastBox && lastBox->parent()->isAnonymous() && !lastBox->isTableSection() && lastBox->style… in addChild()177 lastBox = lastBox->parent(); in addChild()178 if (lastBox && lastBox->isAnonymous() && !isAfterContent(lastBox)) { in addChild()179 lastBox->addChild(child, beforeChild); in addChild()
103 RenderObject* lastBox = last; in addChild() local104 while (lastBox && lastBox->parent()->isAnonymous() && !lastBox->isTableRow()) in addChild()105 lastBox = lastBox->parent(); in addChild()106 if (lastBox && lastBox->isAnonymous()) { in addChild()107 lastBox->addChild(child, beforeChild); in addChild()
928 lastBox.