Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderBlockLineLayout.cpp340 return lastRootBox(); in constructLine()
861 floatingObject->setOriginatingLine(lastRootBox()); in appendFloatingObjectToLastLine()
862 lastRootBox()->appendFloat(floatingObject->renderer()); in appendFloatingObjectToLastLine()
1191 if (!layoutState.isFullLayout() && lastRootBox() && lastRootBox()->endsWithBreak()) { in layoutRunsAndFloats()
1195 if (InlineBox* lastLeafChild = lastRootBox()->lastLeafChild()) { in layoutRunsAndFloats()
1198 lastObject = lastRootBox()->firstLeafChild()->renderer(); in layoutRunsAndFloats()
1457 if (lastRootBox()) in layoutRunsAndFloatsInRange()
1458lastRootBox()->setLineBreakInfo(endOfLine.object(), endOfLine.m_pos, resolver.status()); in layoutRunsAndFloatsInRange()
1527 if (m_floatingObjects && lastRootBox()) { in layoutRunsAndFloatsInRange()
1561 RootInlineBox* lineBox = lastRootBox(); in layoutRunsAndFloatsInRange()
[all …]
DRenderRubyRun.cpp244 RootInlineBox* rootBox = rt->lastRootBox(); in layout()
264 RootInlineBox* rootBox = rb->lastRootBox(); in layout()
DRenderLineBoxList.cpp180 RootInlineBox* lastRootBox = lastLineBox()->root(); in anyLineIntersectsRect() local
182 … LayoutUnit lastLineBottom = lastLineBox()->logicalBottomVisualOverflow(lastRootBox->lineBottom()); in anyLineIntersectsRect()
DRenderText.cpp1206 RootInlineBox* lastRootBox = 0; in setTextWithOffset() local
1228 lastRootBox = root; in setTextWithOffset()
1246 if (lastRootBox) in setTextWithOffset()
1247 lastRootBox = lastRootBox->nextRootBox(); in setTextWithOffset()
1253 ASSERT(!lastRootBox); in setTextWithOffset()
1258 …for (RootInlineBox* curr = firstRootBox; curr && curr != lastRootBox; curr = curr->nextRootBox()) { in setTextWithOffset()
DInlineFlowBox.cpp676 …logicalBottom()) + rubyBase->logicalHeight() - (rubyBase->lastRootBox() ? rubyBase->lastRootBox()-… in placeBoxesInBlockDirection()
1488 …mOfLastRubyTextLine = rubyText->logicalTop() + (rubyText->lastRootBox() ? rubyText->lastRootBox()-… in computeOverAnnotationAdjustment()
1536 …mOfLastRubyTextLine = rubyText->logicalTop() + (rubyText->lastRootBox() ? rubyText->lastRootBox()-… in computeUnderAnnotationAdjustment()
DRenderInline.cpp988 RootInlineBox* lastRootBox = lastLineBox()->root(); in linesVisualOverflowBoundingBox() local
992 …LayoutUnit logicalHeight = lastLineBox()->logicalBottomVisualOverflow(lastRootBox->lineBottom()) -… in linesVisualOverflowBoundingBox()
DRenderBlock.h230 RootInlineBox* lastRootBox() const { return static_cast<RootInlineBox*>(lastLineBox()); } in lastRootBox() function
DRootInlineBox.cpp555 if (RootInlineBox* lastLine = block->lastRootBox()) { in selectionTopAdjustedForPrecedingBlock()
DRenderBlockFlow.cpp2503 lastSelectedLine = lastRootBox(); in inlineSelectionGaps()
DRenderBlock.cpp3026 RootInlineBox* lowestDirtyLine = lastRootBox(); in markLinesDirtyInBlockRange()
4627 …alTop() + style(lastLineBox() == firstLineBox())->fontMetrics().ascent(lastRootBox()->baselineType… in lastLineBoxBaseline()