Home
last modified time | relevance | path

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

/external/webkit/WebCore/rendering/
DRootInlineBox.cpp239 InlineBox* lastBox = lastSelectedBox(); in fillLineSelectionGap() local
245 result.uniteRight(block()->fillRightSelectionGap(lastBox->parent()->renderer(), in fillLineSelectionGap()
246lastBox->x() + lastBox->width(), selTop, selHeight, in fillLineSelectionGap()
256 if (firstBox && firstBox != lastBox) { in fillLineSelectionGap()
268 if (box == lastBox) in fillLineSelectionGap()
DRenderTable.cpp175 RenderObject* lastBox = beforeChild; in addChild() local
176 …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()
DRenderTableSection.cpp103 RenderObject* lastBox = last; in addChild() local
104 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()
/external/webkit/WebCore/
DChangeLog-2005-12-19928 lastBox.