nextLeafChild 678 Source/core/dom/Position.cpp otherBox = otherBox->nextLeafChild(); nextLeafChild 802 Source/core/dom/Position.cpp otherBox = otherBox->nextLeafChild(); nextLeafChild 1199 Source/core/dom/Position.cpp || (caretOffset == caretMaxOffset && box->nextLeafChild() && box->nextLeafChild()->isLineBreak())) nextLeafChild 1219 Source/core/dom/Position.cpp InlineBox* nextBox = inlineBox->nextLeafChild(); nextLeafChild 1233 Source/core/dom/Position.cpp while (InlineBox* nextBox = inlineBox->nextLeafChild()) { nextLeafChild 1247 Source/core/dom/Position.cpp nextBox = nextBox->nextLeafChild(); nextLeafChild 116 Source/core/editing/RenderedPosition.cpp || (atRightmostOffsetInBox() && other.atLeftmostOffsetInBox() && nextLeafChild() == other.m_inlineBox); nextLeafChild 127 Source/core/editing/RenderedPosition.cpp InlineBox* box = atRightmostOffsetInBox() ? nextLeafChild() : m_inlineBox; nextLeafChild 178 Source/core/editing/RenderedPosition.cpp return nextLeafChild() && m_inlineBox->bidiLevel() < nextLeafChild()->bidiLevel(); nextLeafChild 179 Source/core/editing/RenderedPosition.cpp return nextLeafChild() && m_inlineBox->bidiLevel() < bidiLevelOfRun && nextLeafChild()->bidiLevel() >= bidiLevelOfRun; nextLeafChild 192 Source/core/editing/RenderedPosition.cpp return !nextLeafChild() || nextLeafChild()->bidiLevel() < m_inlineBox->bidiLevel(); nextLeafChild 193 Source/core/editing/RenderedPosition.cpp return m_inlineBox->bidiLevel() >= bidiLevelOfRun && (!nextLeafChild() || nextLeafChild()->bidiLevel() < bidiLevelOfRun); nextLeafChild 212 Source/core/editing/RenderedPosition.cpp return createLegacyEditingPosition(nextLeafChild()->renderer().node(), nextLeafChild()->caretLeftmostOffset()); nextLeafChild 77 Source/core/editing/RenderedPosition.h InlineBox* nextLeafChild() const; nextLeafChild 206 Source/core/editing/VisiblePosition.cpp nextBox = nextBox->nextLeafChild(); nextLeafChild 238 Source/core/editing/VisiblePosition.cpp while (InlineBox* nextBox = box->nextLeafChild()) { nextLeafChild 310 Source/core/editing/VisiblePosition.cpp box = box->nextLeafChild(); nextLeafChild 352 Source/core/editing/VisiblePosition.cpp InlineBox* nextBox = box->nextLeafChild(); nextLeafChild 388 Source/core/editing/VisiblePosition.cpp nextBox = nextBox->nextLeafChild(); nextLeafChild 397 Source/core/editing/VisiblePosition.cpp nextBox = nextBox->nextLeafChild(); nextLeafChild 414 Source/core/editing/VisiblePosition.cpp while (InlineBox* nextBox = box->nextLeafChild()) { nextLeafChild 746 Source/core/editing/VisibleUnits.cpp startBox = startBox->nextLeafChild(); nextLeafChild 256 Source/core/rendering/InlineBox.cpp leaf = parent()->nextLeafChild(); nextLeafChild 272 Source/core/rendering/InlineBox.cpp InlineBox* leaf = nextLeafChild(); nextLeafChild 168 Source/core/rendering/InlineBox.h InlineBox* nextLeafChild() const; nextLeafChild 1592 Source/core/rendering/InlineFlowBox.cpp for (; leaf; leaf = leaf->nextLeafChild()) { nextLeafChild 194 Source/core/rendering/InlineTextBox.h | (expansion() && nextLeafChild() ? TextRun::AllowTrailingExpansion : TextRun::ForbidTrailingExpansion); nextLeafChild 627 Source/core/rendering/RenderText.cpp if (box->isLineBreak() && !box->prevLeafChild() && box->nextLeafChild() && !box->nextLeafChild()->isLineBreak()) nextLeafChild 94 Source/core/rendering/RootInlineBox.cpp for (InlineBox* box = firstLeafChild(); box; box = box->nextLeafChild()) { nextLeafChild 336 Source/core/rendering/RootInlineBox.cpp for (InlineBox* box = firstBox->nextLeafChild(); box; box = box->nextLeafChild()) { nextLeafChild 362 Source/core/rendering/RootInlineBox.cpp for (InlineBox* box = firstLeafChild(); box; box = box->nextLeafChild()) { nextLeafChild 384 Source/core/rendering/RootInlineBox.cpp for (InlineBox* box = firstLeafChild(); box; box = box->nextLeafChild()) { nextLeafChild 191 Source/core/rendering/svg/SVGRootInlineBox.cpp for (InlineBox* leaf = firstLeaf; leaf; leaf = leaf->nextLeafChild()) {