Home
last modified time | relevance | path

Searched refs:lastBox (Results 1 – 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/rendering/
DRenderTable.cpp188 RenderObject* lastBox = beforeChild; in addChild() local
189 …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()
DRenderTableSection.cpp118 RenderObject* lastBox = last; in addChild() local
119 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()
DRootInlineBox.cpp318 InlineBox* lastBox = lastSelectedBox(); in lineSelectionGap() local
324lastBox->parent()->renderer(), lastBox->logicalRight(), selTop, selHeight, paintInfo)); in lineSelectionGap()
333 if (firstBox && firstBox != lastBox) { in lineSelectionGap()
350 if (box == lastBox) in lineSelectionGap()
/external/webkit/Source/WebCore/
DChangeLog-2005-12-19928 lastBox.