Searched refs:lastRootBox (Results 1 – 10 of 10) sorted by relevance
340 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()1458 … lastRootBox()->setLineBreakInfo(endOfLine.object(), endOfLine.m_pos, resolver.status()); in layoutRunsAndFloatsInRange()1527 if (m_floatingObjects && lastRootBox()) { in layoutRunsAndFloatsInRange()1561 RootInlineBox* lineBox = lastRootBox(); in layoutRunsAndFloatsInRange()[all …]
244 RootInlineBox* rootBox = rt->lastRootBox(); in layout()264 RootInlineBox* rootBox = rb->lastRootBox(); in layout()
180 RootInlineBox* lastRootBox = lastLineBox()->root(); in anyLineIntersectsRect() local182 … LayoutUnit lastLineBottom = lastLineBox()->logicalBottomVisualOverflow(lastRootBox->lineBottom()); in anyLineIntersectsRect()
1206 RootInlineBox* lastRootBox = 0; in setTextWithOffset() local1228 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()
676 …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()
988 RootInlineBox* lastRootBox = lastLineBox()->root(); in linesVisualOverflowBoundingBox() local992 …LayoutUnit logicalHeight = lastLineBox()->logicalBottomVisualOverflow(lastRootBox->lineBottom()) -… in linesVisualOverflowBoundingBox()
230 RootInlineBox* lastRootBox() const { return static_cast<RootInlineBox*>(lastLineBox()); } in lastRootBox() function
555 if (RootInlineBox* lastLine = block->lastRootBox()) { in selectionTopAdjustedForPrecedingBlock()
2503 lastSelectedLine = lastRootBox(); in inlineSelectionGaps()
3026 RootInlineBox* lowestDirtyLine = lastRootBox(); in markLinesDirtyInBlockRange()4627 …alTop() + style(lastLineBox() == firstLineBox())->fontMetrics().ascent(lastRootBox()->baselineType… in lastLineBoxBaseline()