Home
last modified time | relevance | path

Searched refs:prevRootBox (Results 1 – 11 of 11) sorted by relevance

/external/webkit/Source/WebCore/rendering/
DRootInlineBox.cpp108 … 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()
DRootInlineBox.h46 RootInlineBox* prevRootBox() const { return static_cast<RootInlineBox*>(m_prevLineBox); } in prevRootBox() function
DRenderBlockLineLayout.cpp1342 if (RootInlineBox* prevRootBox = curr->prevRootBox()) { in determineStartPosition() local
1344 …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()
DRenderLineBoxList.cpp373 adjacentBox = box->prevRootBox(); in dirtyLinesFromChangedChild()
DRenderText.cpp1091 RootInlineBox* prev = firstRootBox->prevRootBox(); in setTextWithOffset()
DRenderBlock.cpp3599 lowestDirtyLine = lowestDirtyLine->prevRootBox(); in markLinesDirtyInBlockRange()
3604 afterLowest = afterLowest->prevRootBox(); in markLinesDirtyInBlockRange()
/external/webkit/Source/WebCore/editing/
Dvisible_units.cpp520 root = box->root()->prevRootBox(); in previousLinePosition()
/external/webkit/Source/WebCore/
DChangeLog-2006-12-3112581 prevRootBox and its prevRootBox to share a lineBreakObj. So instead
12582 of just clearing the lineBreakObj of the prevRootBox, cycle through
DChangeLog-2010-05-2436444 (WebCore::RootInlineBox::prevRootBox):
DChangeLog-2005-08-2350121 (khtml::RootInlineBox::prevRootBox):
DChangeLog-2010-01-2969545 (WebCore::RootInlineBox::prevRootBox):