Searched refs:lastLineBox (Results 1 – 12 of 12) sorted by relevance
67 InlineFlowBox* lastLineBox() const { return m_lineBoxes.lastLineBox(); } in lastLineBox() function69 …InlineBox* lastLineBoxIncludingCulling() const { return alwaysCreateLineBoxes() ? lastLineBox() : … in lastLineBoxIncludingCulling()
181 RootInlineBox* lastRootBox = lastLineBox()->root(); in anyLineIntersectsRect()185 int lastLineBottom = lastLineBox()->logicalBottomVisualOverflow(lastRootBox->lineBottom()); in anyLineIntersectsRect()186 if (usePrintRect && !lastLineBox()->parent()) in anyLineIntersectsRect()187 lastLineBottom = max(lastLineBottom, lastLineBox()->root()->lineBottom()); in anyLineIntersectsRect()301 for (InlineFlowBox* curr = lastLineBox(); curr; curr = curr->prevLineBox()) { in hitTest()
50 InlineFlowBox* lastLineBox() const { return m_lastLineBox; } in lastLineBox() function
756 ASSERT(!firstLineBox() == !lastLineBox()); // Either both are null or both exist. in linesBoundingBox()757 if (firstLineBox() && lastLineBox()) { in linesBoundingBox()772 …float width = isHorizontal ? logicalRightSide - logicalLeftSide : lastLineBox()->logicalBottom() -… in linesBoundingBox()773 …float height = isHorizontal ? lastLineBox()->logicalBottom() - y : logicalRightSide - logicalLeftS… in linesBoundingBox()935 if (!firstLineBox() || !lastLineBox()) in linesVisualOverflowBoundingBox()947 RootInlineBox* lastRootBox = lastLineBox()->root(); in linesVisualOverflowBoundingBox()951 …int logicalHeight = lastLineBox()->logicalBottomVisualOverflow(lastRootBox->lineBottom()) - logica… in linesVisualOverflowBoundingBox()
229 parentBox = inlineFlow ? inlineFlow->lastLineBox() : toRenderBlock(obj)->lastLineBox(); in createLineBoxes()346 ASSERT(lastLineBox() && !lastLineBox()->isConstructed()); in constructLine()351 lastLineBox()->root()->setHasSelectedChildren(true); in constructLine()358 …lastLineBox()->determineSpacingForFlowBoxes(lastLine, isLogicallyLastRunWrapped, bidiRuns.logicall… in constructLine()361 lastLineBox()->setConstructed(); in constructLine()1337 ASSERT(!firstLineBox() && !lastLineBox()); in determineStartPosition()
73 InlineFlowBox* lastLineBox() const { return m_lineBoxes.lastLineBox(); } in lastLineBox() function119 RootInlineBox* lastRootBox() const { return static_cast<RootInlineBox*>(lastLineBox()); } in lastRootBox()
2160 InlineFlowBox* last = flow->lastLineBox(); in containingBlockLogicalWidthForPositioned()2200 InlineFlowBox* last = flow->lastLineBox(); in containingBlockLogicalHeightForPositioned()2558 InlineFlowBox* lastLine = flow->lastLineBox(); in computePositionedLogicalWidthUsing()2983 InlineFlowBox* lastLine = flow->lastLineBox(); in computePositionedLogicalWidthReplaced()
306 else if (!ltr && lineBoxList->lastLineBox() == this) in determineSpacingForFlowBoxes()310 if (!lineBoxList->lastLineBox()->isConstructed()) { in determineSpacingForFlowBoxes()
2641 int h = lastLineBox()->y() + lastLineBox()->logicalHeight() - firstLineBox()->y(); in paintEllipsisBoxes()5267 if (lastLineBox()) in lastLineBoxBaseline()5268 …return lastLineBox()->logicalTop() + style(lastLineBox() == firstLineBox())->fontMetrics().ascent(… in lastLineBoxBaseline()
65 ASSERT(flowBox == renderBlock->lastLineBox()); in flowBoxForRenderer()75 ASSERT(flowBox == renderInline->lastLineBox()); in flowBoxForRenderer()
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