Searched refs:lastLineBox (Results 1 – 12 of 12) sorted by relevance
166 …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()
60 InlineFlowBox* lastLineBox() const { return m_lineBoxes.lastLineBox(); } in lastLineBox() function
50 InlineFlowBox* lastLineBox() const { return m_lastLineBox; } in lastLineBox() function
532 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()
65 InlineFlowBox* lastLineBox() const { return m_lineBoxes.lastLineBox(); } in lastLineBox() function109 RootInlineBox* lastRootBox() const { return static_cast<RootInlineBox*>(lastLineBox()); } in lastRootBox()
223 …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()
216 else if (!ltr && lineBoxList->lastLineBox() == this) in determineSpacingForFlowBoxes()227 if (!lineBoxList->lastLineBox()->isConstructed()) { in determineSpacingForFlowBoxes()
1803 InlineFlowBox* last = flow->lastLineBox(); in containingBlockWidthForPositioned()2156 InlineFlowBox* lastLine = flow->lastLineBox(); in calcAbsoluteHorizontalValues()2562 InlineFlowBox* lastLine = flow->lastLineBox(); in calcAbsoluteHorizontalReplaced()
1847 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()
2986 int bottom = inlineFlow->lastLineBox()->bottomVisibleOverflow(); in localBoundingBox()
46615 (WebCore::RenderBlock::lastLineBox):46641 (WebCore::RenderInline::lastLineBox):47328 (WebCore::RenderFlow::lastLineBox):47341 (WebCore::RenderLineBoxList::lastLineBox):
10397 ASSERTION FAILED: !firstLineBox() == !lastLineBox() setting content on image