lastLeafChild 804 Source/core/editing/VisibleUnits.cpp endBox = rootBox->lastLeafChild(); lastLeafChild 264 Source/core/rendering/InlineBox.cpp leaf = box->isLeaf() ? box : toInlineFlowBox(box)->lastLeafChild(); lastLeafChild 1433 Source/core/rendering/InlineFlowBox.cpp leaf = child->isLeaf() ? child : toInlineFlowBox(child)->lastLeafChild(); lastLeafChild 86 Source/core/rendering/InlineFlowBox.h InlineBox* lastLeafChild() const; lastLeafChild 918 Source/core/rendering/RenderBlockLineLayout.cpp if (InlineBox* lastLeafChild = lastRootBox()->lastLeafChild()) { lastLeafChild 919 Source/core/rendering/RenderBlockLineLayout.cpp RenderObject* lastObject = &lastLeafChild->renderer(); lastLeafChild 487 Source/core/rendering/RenderCounter.cpp RenderObject* currentRenderer = renderer->lastLeafChild(); lastLeafChild 205 Source/core/rendering/RenderObject.h RenderObject* lastLeafChild() const; lastLeafChild 394 Source/core/rendering/RootInlineBox.cpp for (InlineBox* box = lastLeafChild(); box; box = box->prevLeafChild()) { lastLeafChild 500 Source/core/rendering/RootInlineBox.cpp InlineBox* lastLeaf = lastLeafChild(); lastLeafChild 185 Source/core/rendering/svg/SVGRootInlineBox.cpp InlineBox* lastLeaf = lastLeafChild();