Home
last modified time | relevance | path

Searched refs:lastLineBox (Results 1 – 12 of 12) sorted by relevance

/external/webkit/WebCore/rendering/
DRenderLineBoxList.cpp166 …int h = renderer->maximalOutlineSize(paintInfo.phase) + lastLineBox()->bottomVisibleOverflow() - y… in paint()
233 …if ((y >= ty + lastLineBox()->root()->bottomVisibleOverflow()) || (y < ty + firstLineBox()->root()… in hitTest()
239 for (InlineFlowBox* curr = lastLineBox(); curr; curr = curr->prevFlowBox()) { in hitTest()
284 InlineRunBox* runBox = toRenderInline(curr)->lastLineBox(); in dirtyLinesFromChangedChild()
DRenderInline.h60 InlineFlowBox* lastLineBox() const { return m_lineBoxes.lastLineBox(); } in lastLineBox() function
DRenderLineBoxList.h50 InlineFlowBox* lastLineBox() const { return m_lastLineBox; } in lastLineBox() function
DRenderInline.cpp532 ASSERT(!firstLineBox() == !lastLineBox()); // Either both are null or both exist. in linesBoundingBox()
533 if (firstLineBox() && lastLineBox()) { in linesBoundingBox()
545 result.setHeight(lastLineBox()->y() + lastLineBox()->height() - firstLineBox()->y()); in linesBoundingBox()
554 if (!firstLineBox() || !lastLineBox()) in linesVisibleOverflowBoundingBox()
566 lastLineBox()->bottomVisibleOverflow() - firstLineBox()->topVisibleOverflow()); in linesVisibleOverflowBoundingBox()
DRenderBlock.h65 InlineFlowBox* lastLineBox() const { return m_lineBoxes.lastLineBox(); } in lastLineBox() function
109 RootInlineBox* lastRootBox() const { return static_cast<RootInlineBox*>(lastLineBox()); } in lastRootBox()
DRenderBlockLineLayout.cpp223 …ntBox = obj->isRenderInline() ? toRenderInline(obj)->lastLineBox() : toRenderBlock(obj)->lastLineB… in createLineBoxes()
309 ASSERT(lastLineBox() && !lastLineBox()->isConstructed()); in constructLine()
314 lastLineBox()->root()->setHasSelectedChildren(true); in constructLine()
320 lastLineBox()->determineSpacingForFlowBoxes(lastLine, endObject); in constructLine()
323 lastLineBox()->setConstructed(); in constructLine()
1042 ASSERT(!firstLineBox() && !lastLineBox()); in determineStartPosition()
DInlineFlowBox.cpp216 else if (!ltr && lineBoxList->lastLineBox() == this) in determineSpacingForFlowBoxes()
227 if (!lineBoxList->lastLineBox()->isConstructed()) { in determineSpacingForFlowBoxes()
DRenderBox.cpp1803 InlineFlowBox* last = flow->lastLineBox(); in containingBlockWidthForPositioned()
2156 InlineFlowBox* lastLine = flow->lastLineBox(); in calcAbsoluteHorizontalValues()
2562 InlineFlowBox* lastLine = flow->lastLineBox(); in calcAbsoluteHorizontalReplaced()
DRenderBlock.cpp1847 int h = lastLineBox()->y() + lastLineBox()->height() - firstLineBox()->y(); in paintEllipsisBoxes()
4529 if (lastLineBox()) in lastLineBoxBaseline()
4530 return lastLineBox()->y() + style(lastLineBox() == firstLineBox())->font().ascent(); in lastLineBoxBaseline()
DRenderLayer.cpp2986 int bottom = inlineFlow->lastLineBox()->bottomVisibleOverflow(); in localBoundingBox()
/external/webkit/WebCore/
DChangeLog-2009-06-1646615 (WebCore::RenderBlock::lastLineBox):
46641 (WebCore::RenderInline::lastLineBox):
47328 (WebCore::RenderFlow::lastLineBox):
47341 (WebCore::RenderLineBoxList::lastLineBox):
DChangeLog-2007-10-1410397 ASSERTION FAILED: !firstLineBox() == !lastLineBox() setting content on image