Home
last modified time | relevance | path

Searched refs:nextRootBox (Results 1 – 13 of 13) sorted by relevance

/external/webkit/Source/WebCore/rendering/
DRenderLineBoxList.cpp247 if (RootInlineBox* nextRootBox = curr->root()->nextRootBox()) in paint() local
248 …ginationCheck = min(bottomForPaginationCheck, min(nextRootBox->logicalTopVisualOverflow(), nextRoo… in paint()
376 adjacentBox = box->nextRootBox(); in dirtyLinesFromChangedChild()
DRenderBlockLineLayout.cpp956 RootInlineBox* next = box->nextRootBox(); in layoutInlineChildren()
1150 for (RootInlineBox* line = endLine; line; line = line->nextRootBox()) { in layoutInlineChildren()
1180 RootInlineBox* next = line->nextRootBox(); in layoutInlineChildren()
1297 for (curr = firstRootBox(); curr && !curr->isDirty(); curr = curr->nextRootBox()) { in determineStartPosition()
1333 RootInlineBox* next = curr->nextRootBox(); in determineStartPosition()
1378 line = line->nextRootBox(); in determineStartPosition()
1412 for (RootInlineBox* curr = startLine->nextRootBox(); curr; curr = curr->nextRootBox()) { in determineEndPosition()
1437 for (RootInlineBox* line = last; line; line = line->nextRootBox()) in determineEndPosition()
1459 while (RootInlineBox* nextLine = lastLine->nextRootBox()) in matchedEndLine()
1479 for (int i = 0; i < numLines && line; i++, line = line->nextRootBox()) { in matchedEndLine()
[all …]
DRootInlineBox.h45 RootInlineBox* nextRootBox() const { return static_cast<RootInlineBox*>(m_nextLineBox); } in nextRootBox() function
DRenderText.cpp217 RootInlineBox* next = firstTextBox()->root()->nextRootBox(); in removeAndDestroyTextBoxes()
502 if (rootBox->nextRootBox()) in positionForPoint()
503 bottom = min(bottom, rootBox->nextRootBox()->lineTop()); in positionForPoint()
1089 lastRootBox = lastRootBox->nextRootBox(); in setTextWithOffset()
1100 …for (RootInlineBox* curr = firstRootBox; curr && curr != lastRootBox; curr = curr->nextRootBox()) { in setTextWithOffset()
DRenderRubyRun.cpp293 …nlineBox = rubyBase->firstRootBox(); rootInlineBox; rootInlineBox = rootInlineBox->nextRootBox()) { in getOverhang()
DRootInlineBox.cpp432 if (!renderer()->style()->isFlippedLinesWritingMode() || !nextRootBox()) in selectionBottom()
435 int nextTop = nextRootBox()->selectionTop(); in selectionBottom()
DRenderBlock.cpp2648 for (RootInlineBox* curr = firstRootBox(); curr; curr = curr->nextRootBox()) { in paintEllipsisBoxes()
2921 … for (curr = firstRootBox(); curr && !curr->hasSelectedChildren(); curr = curr->nextRootBox()) { } in inlineSelectionGaps()
2924 for (; curr && curr->hasSelectedChildren(); curr = curr->nextRootBox()) { in inlineSelectionGaps()
4176 for (RootInlineBox* root = firstRootBox(); root; root = root->nextRootBox()) { in positionForPointWithInlineChildren()
5293 for (RootInlineBox* root = firstRootBox(); root; root = root->nextRootBox()) { in containsNonZeroBidiLevel()
5550 for (RootInlineBox* box = block->firstRootBox(); box; box = box->nextRootBox()) { in getLineAtIndex()
5572 for (RootInlineBox* box = block->firstRootBox(); box; box = box->nextRootBox()) { in getHeightForLineCount()
5607 for (RootInlineBox* box = firstRootBox(); box; box = box->nextRootBox()) in lineCount()
5629 for (RootInlineBox* box = firstRootBox(); box; box = box->nextRootBox()) { in adjustForBorderFit()
5696 for (RootInlineBox* box = firstRootBox(); box; box = box->nextRootBox()) in clearTruncation()
[all …]
DRenderTextControl.cpp399 next = line->nextRootBox(); in getNextSoftBreak()
/external/webkit/Source/WebCore/rendering/svg/
DRenderSVGText.cpp217 ASSERT(!rootBox->nextRootBox()); in positionForPoint()
/external/webkit/Source/WebCore/editing/
Dvisible_units.cpp631 root = box->root()->nextRootBox(); in nextLinePosition()
/external/webkit/Source/WebCore/
DChangeLog-2010-05-2436443 (WebCore::RootInlineBox::nextRootBox):
DChangeLog-2005-08-2350120 (khtml::RootInlineBox::nextRootBox):
DChangeLog-2010-01-2969544 (WebCore::RootInlineBox::nextRootBox):