Searched refs:prevRootBox (Results 1 – 11 of 11) sorted by relevance
108 … y(), !prevRootBox(), isHorizontal(), markupBox); in placeEllipsis()217 …for (RootInlineBox* prev = prevRootBox(); prev && prev->lineBreakObj() == box->renderer(); prev = … in childRemoved()282 if (prevRootBox() && prevRootBox()->hasAnnotationsAfter()) in beforeAnnotationsAdjustment()283 result = prevRootBox()->computeUnderAnnotationAdjustment(lineTop()); in beforeAnnotationsAdjustment()289 …int highestAllowedPosition = prevRootBox() ? min(prevRootBox()->lineBottom(), lineTop()) + result … in beforeAnnotationsAdjustment()294 …result = computeUnderAnnotationAdjustment(prevRootBox() ? prevRootBox()->lineBottom() : block()->b… in beforeAnnotationsAdjustment()296 if (!prevRootBox() || !prevRootBox()->hasAnnotationsAfter()) in beforeAnnotationsAdjustment()300 int lowestAllowedPosition = max(prevRootBox()->lineBottom(), lineTop()) - result; in beforeAnnotationsAdjustment()301 result = prevRootBox()->computeOverAnnotationAdjustment(lowestAllowedPosition); in beforeAnnotationsAdjustment()409 …int prevBottom = prevRootBox() ? prevRootBox()->selectionBottom() : block()->borderBefore() + bloc… in selectionTop()
46 RootInlineBox* prevRootBox() const { return static_cast<RootInlineBox*>(m_prevLineBox); } in prevRootBox() function
1342 if (RootInlineBox* prevRootBox = curr->prevRootBox()) { in determineStartPosition() local1344 …yFloat && (!prevRootBox->endsWithBreak() || (prevRootBox->lineBreakObj()->isText() && prevRootBox-… in determineStartPosition()1347 curr = prevRootBox; in determineStartPosition()1357 last = curr ? curr->prevRootBox() : lastRootBox(); in determineStartPosition()1432 RootInlineBox* prev = last->prevRootBox(); in determineEndPosition()
373 adjacentBox = box->prevRootBox(); in dirtyLinesFromChangedChild()
1091 RootInlineBox* prev = firstRootBox->prevRootBox(); in setTextWithOffset()
3599 lowestDirtyLine = lowestDirtyLine->prevRootBox(); in markLinesDirtyInBlockRange()3604 afterLowest = afterLowest->prevRootBox(); in markLinesDirtyInBlockRange()
520 root = box->root()->prevRootBox(); in previousLinePosition()
12581 prevRootBox and its prevRootBox to share a lineBreakObj. So instead 12582 of just clearing the lineBreakObj of the prevRootBox, cycle through
36444 (WebCore::RootInlineBox::prevRootBox):
50121 (khtml::RootInlineBox::prevRootBox):
69545 (WebCore::RootInlineBox::prevRootBox):