prevLeafChild     687 Source/core/dom/Position.cpp                     otherBox = otherBox->prevLeafChild();
prevLeafChild     811 Source/core/dom/Position.cpp                     otherBox = otherBox->prevLeafChild();
prevLeafChild    1226 Source/core/dom/Position.cpp                 prevBox = prevBox->prevLeafChild();
prevLeafChild    1240 Source/core/dom/Position.cpp             InlineBox* prevBox = inlineBox->prevLeafChild();
prevLeafChild    1253 Source/core/dom/Position.cpp             while (InlineBox* prevBox = inlineBox->prevLeafChild()) {
prevLeafChild     115 Source/core/editing/RenderedPosition.cpp         || (atLeftmostOffsetInBox() && other.atRightmostOffsetInBox() && prevLeafChild() == other.m_inlineBox)
prevLeafChild     121 Source/core/editing/RenderedPosition.cpp     InlineBox* box = atLeftmostOffsetInBox() ? prevLeafChild() : m_inlineBox;
prevLeafChild     172 Source/core/editing/RenderedPosition.cpp             return !prevLeafChild() || prevLeafChild()->bidiLevel() < m_inlineBox->bidiLevel();
prevLeafChild     173 Source/core/editing/RenderedPosition.cpp         return m_inlineBox->bidiLevel() >= bidiLevelOfRun && (!prevLeafChild() || prevLeafChild()->bidiLevel() < bidiLevelOfRun);
prevLeafChild     198 Source/core/editing/RenderedPosition.cpp             return prevLeafChild() && m_inlineBox->bidiLevel() < prevLeafChild()->bidiLevel();
prevLeafChild     199 Source/core/editing/RenderedPosition.cpp         return prevLeafChild() && m_inlineBox->bidiLevel() < bidiLevelOfRun && prevLeafChild()->bidiLevel() >= bidiLevelOfRun;
prevLeafChild     222 Source/core/editing/RenderedPosition.cpp     return createLegacyEditingPosition(prevLeafChild()->renderer().node(), prevLeafChild()->caretRightmostOffset());
prevLeafChild      76 Source/core/editing/RenderedPosition.h     InlineBox* prevLeafChild() const;
prevLeafChild     145 Source/core/editing/VisiblePosition.cpp                 box = box->prevLeafChild();
prevLeafChild     187 Source/core/editing/VisiblePosition.cpp             InlineBox* prevBox = box->prevLeafChild();
prevLeafChild     221 Source/core/editing/VisiblePosition.cpp                 prevBox = prevBox->prevLeafChild();
prevLeafChild     229 Source/core/editing/VisiblePosition.cpp                         prevBox = prevBox->prevLeafChild();
prevLeafChild     246 Source/core/editing/VisiblePosition.cpp                     while (InlineBox* prevBox = box->prevLeafChild()) {
prevLeafChild     372 Source/core/editing/VisiblePosition.cpp                     prevBox = prevBox->prevLeafChild();
prevLeafChild     406 Source/core/editing/VisiblePosition.cpp                     while (InlineBox* prevBox = box->prevLeafChild()) {
prevLeafChild     813 Source/core/editing/VisibleUnits.cpp             endBox = endBox->prevLeafChild();
prevLeafChild     266 Source/core/rendering/InlineBox.cpp         leaf = parent()->prevLeafChild();
prevLeafChild     280 Source/core/rendering/InlineBox.cpp     InlineBox* leaf = prevLeafChild();
prevLeafChild     169 Source/core/rendering/InlineBox.h     InlineBox* prevLeafChild() const;
prevLeafChild     498 Source/core/rendering/RenderText.cpp         shouldAffinityBeDownstream = !box->prevLeafChild() ? UpstreamIfPositionIsNotAtStart : AlwaysDownstream;
prevLeafChild     627 Source/core/rendering/RenderText.cpp         if (box->isLineBreak() && !box->prevLeafChild() && box->nextLeafChild() && !box->nextLeafChild()->isLineBreak())
prevLeafChild     394 Source/core/rendering/RootInlineBox.cpp     for (InlineBox* box = lastLeafChild(); box; box = box->prevLeafChild()) {