Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/rendering/
DRenderInline.h67 InlineFlowBox* lastLineBox() const { return m_lineBoxes.lastLineBox(); } in lastLineBox() function
69 …InlineBox* lastLineBoxIncludingCulling() const { return alwaysCreateLineBoxes() ? lastLineBox() : … in lastLineBoxIncludingCulling()
DRenderLineBoxList.cpp181 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()
DRenderLineBoxList.h50 InlineFlowBox* lastLineBox() const { return m_lastLineBox; } in lastLineBox() function
DRenderInline.cpp756 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()
DRenderBlockLineLayout.cpp229 parentBox = inlineFlow ? inlineFlow->lastLineBox() : toRenderBlock(obj)->lastLineBox(); in createLineBoxes()
346 ASSERT(lastLineBox() && !lastLineBox()->isConstructed()); in constructLine()
351 lastLineBox()->root()->setHasSelectedChildren(true); in constructLine()
358lastLineBox()->determineSpacingForFlowBoxes(lastLine, isLogicallyLastRunWrapped, bidiRuns.logicall… in constructLine()
361 lastLineBox()->setConstructed(); in constructLine()
1337 ASSERT(!firstLineBox() && !lastLineBox()); in determineStartPosition()
DRenderBlock.h73 InlineFlowBox* lastLineBox() const { return m_lineBoxes.lastLineBox(); } in lastLineBox() function
119 RootInlineBox* lastRootBox() const { return static_cast<RootInlineBox*>(lastLineBox()); } in lastRootBox()
DRenderBox.cpp2160 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()
DInlineFlowBox.cpp306 else if (!ltr && lineBoxList->lastLineBox() == this) in determineSpacingForFlowBoxes()
310 if (!lineBoxList->lastLineBox()->isConstructed()) { in determineSpacingForFlowBoxes()
DRenderBlock.cpp2641 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()
/external/webkit/Source/WebCore/rendering/svg/
DSVGTextQuery.cpp65 ASSERT(flowBox == renderBlock->lastLineBox()); in flowBoxForRenderer()
75 ASSERT(flowBox == renderInline->lastLineBox()); in flowBoxForRenderer()
/external/webkit/Source/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