Searched refs:firstLeafChild (Results 1 – 8 of 8) sorted by relevance
94 for (InlineBox* box = firstLeafChild(); box; box = box->nextLeafChild()) { in isHyphenated()479 for (InlineBox* box = firstLeafChild(); box; box = box->nextLeafChild()) { in selectionState()501 for (InlineBox* box = firstLeafChild(); box; box = box->nextLeafChild()) { in firstSelectedBox()616 InlineBox* firstLeaf = firstLeafChild(); in closestLeafChildForLogicalLeftPosition()
253 leaf = box->isLeaf() ? box : toInlineFlowBox(box)->firstLeafChild(); in nextLeafChild()
85 InlineBox* firstLeafChild() const;
1399 InlineBox* InlineFlowBox::firstLeafChild() const in firstLeafChild() function in WebCore::InlineFlowBox1403 leaf = child->isLeaf() ? child : toInlineFlowBox(child)->firstLeafChild(); in firstLeafChild()1562 InlineBox* leaf = firstLeafChild(); in collectLeafBoxesInLogicalOrder()
3337 if (!root->firstLeafChild()) in positionForPointWithInlineChildren()3352 while (nextRootBoxWithChildren && !nextRootBoxWithChildren->firstLeafChild()) in positionForPointWithInlineChildren()3377 InlineBox* box = firstRootBoxWithChildren->firstLeafChild(); in positionForPointWithInlineChildren()
1198 lastObject = lastRootBox()->firstLeafChild()->renderer(); in layoutRunsAndFloats()
195 InlineBox* firstLeaf = firstLeafChild(); in closestLeafChildForPosition()
740 startBox = rootBox->firstLeafChild(); in startPositionForLine()949 if (!root || !root->logicalHeight() || !root->firstLeafChild()) in previousLinePosition()1004 if (!root || !root->logicalHeight() || !root->firstLeafChild()) in nextLinePosition()