Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderInline.h73 InlineFlowBox* lastLineBox() const { return m_lineBoxes.lastLineBox(); } in lastLineBox() function
75 …InlineBox* lastLineBoxIncludingCulling() const { return alwaysCreateLineBoxes() ? lastLineBox() : … in lastLineBoxIncludingCulling()
DRenderLineBoxList.h50 InlineFlowBox* lastLineBox() const { return m_lastLineBox; } in lastLineBox() function
DRenderLineBoxList.cpp180 RootInlineBox* lastRootBox = lastLineBox()->root(); in anyLineIntersectsRect()
182 … LayoutUnit lastLineBottom = lastLineBox()->logicalBottomVisualOverflow(lastRootBox->lineBottom()); in anyLineIntersectsRect()
262 for (InlineFlowBox* curr = lastLineBox(); curr; curr = curr->prevLineBox()) { in hitTest()
DRenderInline.cpp858 ASSERT(!firstLineBox() == !lastLineBox()); // Either both are null or both exist. in linesBoundingBox()
859 if (firstLineBox() && lastLineBox()) { in linesBoundingBox()
874 …float width = isHorizontal ? logicalRightSide - logicalLeftSide : lastLineBox()->logicalBottom() -… in linesBoundingBox()
875 …float height = isHorizontal ? lastLineBox()->logicalBottom() - y : logicalRightSide - logicalLeftS… in linesBoundingBox()
976 if (!firstLineBox() || !lastLineBox()) in linesVisualOverflowBoundingBox()
988 RootInlineBox* lastRootBox = lastLineBox()->root(); in linesVisualOverflowBoundingBox()
992 …LayoutUnit logicalHeight = lastLineBox()->logicalBottomVisualOverflow(lastRootBox->lineBottom()) -… in linesVisualOverflowBoundingBox()
DRenderBlock.h103 InlineFlowBox* lastLineBox() const { return m_lineBoxes.lastLineBox(); } in lastLineBox() function
230 RootInlineBox* lastRootBox() const { return static_cast<RootInlineBox*>(lastLineBox()); } in lastRootBox()
DRenderBlockLineLayout.cpp188 parentBox = inlineFlow ? inlineFlow->lastLineBox() : toRenderBlock(obj)->lastLineBox(); in createLineBoxes()
322 ASSERT(lastLineBox() && !lastLineBox()->isConstructed()); in constructLine()
327 lastLineBox()->root()->setHasSelectedChildren(true); in constructLine()
334lastLineBox()->determineSpacingForFlowBoxes(lineInfo.isLastLine(), isLogicallyLastRunWrapped, bidi… in constructLine()
337 lastLineBox()->setConstructed(); in constructLine()
1912 ASSERT(!firstLineBox() && !lastLineBox()); in determineStartPosition()
DInlineFlowBox.cpp321 else if (!ltr && lineBoxList->lastLineBox() == this) in determineSpacingForFlowBoxes()
325 if (!lineBoxList->lastLineBox()->isConstructed()) { in determineSpacingForFlowBoxes()
DRenderBox.cpp3209 InlineFlowBox* last = flow->lastLineBox(); in containingBlockLogicalWidthForPositioned()
3255 InlineFlowBox* last = flow->lastLineBox(); in containingBlockLogicalHeightForPositioned()
3663 InlineFlowBox* lastLine = flow->lastLineBox(); in computePositionedLogicalWidthUsing()
4114 InlineFlowBox* lastLine = flow->lastLineBox(); in computePositionedLogicalWidthReplaced()
DRenderBlock.cpp4626 if (lastLineBox()) in lastLineBoxBaseline()
4627 …return lastLineBox()->logicalTop() + style(lastLineBox() == firstLineBox())->fontMetrics().ascent(… in lastLineBoxBaseline()
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
DSVGTextQuery.cpp62 ASSERT(flowBox == renderBlock->lastLineBox()); in flowBoxForRenderer()
72 ASSERT(flowBox == renderInline->lastLineBox()); in flowBoxForRenderer()