firstLeafChild    737 Source/core/editing/VisibleUnits.cpp         startBox = rootBox->firstLeafChild();
firstLeafChild    937 Source/core/editing/VisibleUnits.cpp         if (!root || !root->logicalHeight() || !root->firstLeafChild())
firstLeafChild    992 Source/core/editing/VisibleUnits.cpp         if (!root || !root->logicalHeight() || !root->firstLeafChild())
firstLeafChild    254 Source/core/rendering/InlineBox.cpp         leaf = box->isLeaf() ? box : toInlineFlowBox(box)->firstLeafChild();
firstLeafChild   1425 Source/core/rendering/InlineFlowBox.cpp         leaf = child->isLeaf() ? child : toInlineFlowBox(child)->firstLeafChild();
firstLeafChild   1584 Source/core/rendering/InlineFlowBox.cpp     InlineBox* leaf = firstLeafChild();
firstLeafChild     85 Source/core/rendering/InlineFlowBox.h     InlineBox* firstLeafChild() const;
firstLeafChild   3002 Source/core/rendering/RenderBlock.cpp         if (!root->firstLeafChild())
firstLeafChild   3017 Source/core/rendering/RenderBlock.cpp                 while (nextRootBoxWithChildren && !nextRootBoxWithChildren->firstLeafChild())
firstLeafChild   3042 Source/core/rendering/RenderBlock.cpp                 InlineBox* box = firstRootBoxWithChildren->firstLeafChild();
firstLeafChild    921 Source/core/rendering/RenderBlockLineLayout.cpp                 lastObject = &lastRootBox()->firstLeafChild()->renderer();
firstLeafChild     94 Source/core/rendering/RootInlineBox.cpp     for (InlineBox* box = firstLeafChild(); box; box = box->nextLeafChild()) {
firstLeafChild    362 Source/core/rendering/RootInlineBox.cpp     for (InlineBox* box = firstLeafChild(); box; box = box->nextLeafChild()) {
firstLeafChild    384 Source/core/rendering/RootInlineBox.cpp     for (InlineBox* box = firstLeafChild(); box; box = box->nextLeafChild()) {
firstLeafChild    499 Source/core/rendering/RootInlineBox.cpp     InlineBox* firstLeaf = firstLeafChild();
firstLeafChild    184 Source/core/rendering/svg/SVGRootInlineBox.cpp     InlineBox* firstLeaf = firstLeafChild();