Searched refs:firstLeafChild (Results 1 – 8 of 8) sorted by relevance
353 for (InlineBox* box = firstLeafChild(); box; box = box->nextLeafChild()) { in selectionState()375 for (InlineBox* box = firstLeafChild(); box; box = box->nextLeafChild()) { in firstSelectedBox()492 InlineBox* firstLeaf = firstLeafChild(); in closestLeafChildForLogicalLeftPosition()
247 leaf = box->isLeaf() ? box : toInlineFlowBox(box)->firstLeafChild(); in nextLeafChild()
91 InlineBox* firstLeafChild() const;
1134 InlineBox* InlineFlowBox::firstLeafChild() const in firstLeafChild() function in blink::InlineFlowBox1138 leaf = child->isLeaf() ? child : toInlineFlowBox(child)->firstLeafChild(); in firstLeafChild()1297 InlineBox* leaf = firstLeafChild(); in collectLeafBoxesInLogicalOrder()
2653 if (!root->firstLeafChild()) in positionForPointWithInlineChildren()2668 while (nextRootBoxWithChildren && !nextRootBoxWithChildren->firstLeafChild()) in positionForPointWithInlineChildren()2693 InlineBox* box = firstRootBoxWithChildren->firstLeafChild(); in positionForPointWithInlineChildren()
758 lastObject = &lastRootBox()->firstLeafChild()->renderer(); in layoutRunsAndFloats()
182 InlineBox* firstLeaf = firstLeafChild(); in closestLeafChildForPosition()
731 startBox = rootBox->firstLeafChild(); in startPositionForLine()936 if (!root || !root->logicalHeight() || !root->firstLeafChild()) in previousLinePosition()991 if (!root || !root->logicalHeight() || !root->firstLeafChild()) in nextLinePosition()