Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderBlockLineLayout.cpp1135 RootInlineBox* next = boxToDelete->nextRootBox(); in deleteLineRange()
1623 for (RootInlineBox* line = layoutState.endLine(); line; line = line->nextRootBox()) { in linkToEndLineIfNeeded()
1866 for (curr = firstRootBox(); curr && !curr->isDirty(); curr = curr->nextRootBox()) { in determineStartPosition()
1908 RootInlineBox* next = curr->nextRootBox(); in determineStartPosition()
1952 line = line->nextRootBox(); in determineStartPosition()
1982 for (RootInlineBox* curr = startLine->nextRootBox(); curr; curr = curr->nextRootBox()) { in determineEndPosition()
2007 for (RootInlineBox* line = last; line; line = line->nextRootBox()) in determineEndPosition()
2022 … for (RootInlineBox* lineBox = layoutState.endLine(); lineBox; lineBox = lineBox->nextRootBox()) { in checkPaginationAndFloatsAtEndLine()
2043 while (RootInlineBox* nextLine = lastLine->nextRootBox()) in checkPaginationAndFloatsAtEndLine()
2072 for (int i = 0; i < numLines && line; i++, line = line->nextRootBox()) { in matchedEndLine()
[all …]
DRootInlineBox.h47 RootInlineBox* nextRootBox() const { return static_cast<RootInlineBox*>(m_nextLineBox); } in nextRootBox() function
DRenderRubyRun.cpp296 …nlineBox = rubyBase->firstRootBox(); rootInlineBox; rootInlineBox = rootInlineBox->nextRootBox()) { in getOverhang()
DRenderText.cpp213 RootInlineBox* next = firstTextBox()->root()->nextRootBox(); in removeAndDestroyTextBoxes()
632 if (rootBox->nextRootBox()) in positionForPoint()
633 bottom = min(bottom, rootBox->nextRootBox()->lineTop()); in positionForPoint()
1247 lastRootBox = lastRootBox->nextRootBox(); in setTextWithOffset()
1258 …for (RootInlineBox* curr = firstRootBox; curr && curr != lastRootBox; curr = curr->nextRootBox()) { in setTextWithOffset()
DRenderLineBoxList.cpp352 adjacentBox = box->nextRootBox(); in dirtyLinesFromChangedChild()
DRenderBlock.cpp3336 for (RootInlineBox* root = firstRootBox(); root; root = root->nextRootBox()) { in positionForPointWithInlineChildren()
3351 RootInlineBox* nextRootBoxWithChildren = root->nextRootBox(); in positionForPointWithInlineChildren()
3353 nextRootBoxWithChildren = nextRootBoxWithChildren->nextRootBox(); in positionForPointWithInlineChildren()
4938 for (RootInlineBox* box = block->firstRootBox(); box; box = box->nextRootBox()) { in getHeightForLineCount()
4969 for (RootInlineBox* box = firstRootBox(); box; box = box->nextRootBox()) in lineAtIndex()
4990 for (RootInlineBox* box = firstRootBox(); box; box = box->nextRootBox()) { in lineCount()
5025 for (RootInlineBox* box = firstRootBox(); box; box = box->nextRootBox()) { in adjustForBorderFit()
5078 for (RootInlineBox* box = firstRootBox(); box; box = box->nextRootBox()) in clearTruncation()
5276 for (RootInlineBox* curr = firstRootBox(); curr; curr = curr->nextRootBox()) { in addFocusRingRects()
5307 for (RootInlineBox* curr = firstRootBox(); curr; curr = curr->nextRootBox()) { in computeSelfHitTestRects()
[all …]
DRootInlineBox.cpp575 if (!renderer()->style()->isFlippedLinesWritingMode() || !nextRootBox()) in selectionBottom()
578 LayoutUnit nextTop = nextRootBox()->selectionTop(); in selectionBottom()
DRenderBlockFlow.cpp2479 … for (curr = firstRootBox(); curr && !curr->hasSelectedChildren(); curr = curr->nextRootBox()) { } in inlineSelectionGaps()
2482 for (; curr && curr->hasSelectedChildren(); curr = curr->nextRootBox()) { in inlineSelectionGaps()
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
DRenderSVGText.cpp473 ASSERT(!rootBox->nextRootBox()); in positionForPoint()
/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLTextFormControlElement.cpp554 next = line->nextRootBox(); in getNextSoftBreak()
/external/chromium_org/third_party/WebKit/Source/core/editing/
DVisibleUnits.cpp255 nextBox = leafBoxes.nextTextBox(startBox->root()->nextRootBox(), 0); in logicallyNextBox()
1001 root = box->root()->nextRootBox(); in nextLinePosition()