prevLeafChildIgnoringLineBreak 1264 Source/core/dom/Position.cpp         InlineBox* prevBox = inlineBox->prevLeafChildIgnoringLineBreak();
prevLeafChildIgnoringLineBreak 1275 Source/core/dom/Position.cpp             while (InlineBox* tertiaryBox = inlineBox->prevLeafChildIgnoringLineBreak()) {
prevLeafChildIgnoringLineBreak 1286 Source/core/dom/Position.cpp             while (InlineBox* prevBox = inlineBox->prevLeafChildIgnoringLineBreak()) {
prevLeafChildIgnoringLineBreak  101 Source/core/editing/RenderedPosition.cpp         m_prevLeafChild = m_inlineBox->prevLeafChildIgnoringLineBreak();
prevLeafChildIgnoringLineBreak  138 Source/core/editing/RenderedPosition.cpp         InlineBox* prev = box->prevLeafChildIgnoringLineBreak();
prevLeafChildIgnoringLineBreak  163 Source/core/editing/VisiblePosition.cpp                 InlineBox* prevBox = box->prevLeafChildIgnoringLineBreak();
prevLeafChildIgnoringLineBreak  175 Source/core/rendering/InlineBox.h     InlineBox* prevLeafChildIgnoringLineBreak() const;
prevLeafChildIgnoringLineBreak  511 Source/core/rendering/RenderText.cpp     if (!box->prevLeafChildIgnoringLineBreak() && pointLineDirection < box->logicalLeft())
prevLeafChildIgnoringLineBreak  555 Source/core/rendering/RenderText.cpp         const InlineBox* prevBox = box->prevLeafChildIgnoringLineBreak();
prevLeafChildIgnoringLineBreak  565 Source/core/rendering/RenderText.cpp                 prevBox = leftmostBox->prevLeafChildIgnoringLineBreak();
prevLeafChildIgnoringLineBreak  607 Source/core/rendering/RenderText.cpp             prevBox = leftmostBox->prevLeafChildIgnoringLineBreak();
prevLeafChildIgnoringLineBreak  506 Source/core/rendering/RootInlineBox.cpp             lastLeaf = lastLeaf->prevLeafChildIgnoringLineBreak();