nextLeafChildIgnoringLineBreak 1267 Source/core/dom/Position.cpp while (InlineBox* nextBox = inlineBox->nextLeafChildIgnoringLineBreak()) { nextLeafChildIgnoringLineBreak 1283 Source/core/dom/Position.cpp InlineBox* nextBox = inlineBox->nextLeafChildIgnoringLineBreak(); nextLeafChildIgnoringLineBreak 1294 Source/core/dom/Position.cpp while (InlineBox* tertiaryBox = inlineBox->nextLeafChildIgnoringLineBreak()) { nextLeafChildIgnoringLineBreak 108 Source/core/editing/RenderedPosition.cpp m_nextLeafChild = m_inlineBox->nextLeafChildIgnoringLineBreak(); nextLeafChildIgnoringLineBreak 155 Source/core/editing/RenderedPosition.cpp InlineBox* next = box->nextLeafChildIgnoringLineBreak(); nextLeafChildIgnoringLineBreak 328 Source/core/editing/VisiblePosition.cpp InlineBox* nextBox = box->nextLeafChildIgnoringLineBreak(); nextLeafChildIgnoringLineBreak 174 Source/core/rendering/InlineBox.h InlineBox* nextLeafChildIgnoringLineBreak() const; nextLeafChildIgnoringLineBreak 3044 Source/core/rendering/RenderBlock.cpp if (InlineBox* newBox = box->nextLeafChildIgnoringLineBreak()) nextLeafChildIgnoringLineBreak 514 Source/core/rendering/RenderText.cpp if (!box->nextLeafChildIgnoringLineBreak()) { nextLeafChildIgnoringLineBreak 576 Source/core/rendering/RenderText.cpp nextBox = rightmostBox->nextLeafChildIgnoringLineBreak(); nextLeafChildIgnoringLineBreak 585 Source/core/rendering/RenderText.cpp const InlineBox* nextBox = box->nextLeafChildIgnoringLineBreak(); nextLeafChildIgnoringLineBreak 596 Source/core/rendering/RenderText.cpp nextBox = rightmostBox->nextLeafChildIgnoringLineBreak(); nextLeafChildIgnoringLineBreak 504 Source/core/rendering/RootInlineBox.cpp firstLeaf = firstLeaf->nextLeafChildIgnoringLineBreak(); nextLeafChildIgnoringLineBreak 524 Source/core/rendering/RootInlineBox.cpp for (InlineBox* leaf = firstLeaf; leaf; leaf = leaf->nextLeafChildIgnoringLineBreak()) {