Searched refs:firstLeafChild (Results 1 – 13 of 13) sorted by relevance
363 for (InlineBox* box = firstLeafChild(); box; box = box->nextLeafChild()) { in selectionState()381 for (InlineBox* box = firstLeafChild(); box; box = box->nextLeafChild()) { in firstSelectedBox()463 InlineBox* firstLeaf = firstLeafChild(); in closestLeafChildForLogicalLeftPosition()
248 leaf = box->isLeaf() ? box : static_cast<InlineFlowBox*>(box)->firstLeafChild(); in nextLeafChild()
76 InlineBox* firstLeafChild() const;
1240 InlineBox* InlineFlowBox::firstLeafChild() const in firstLeafChild() function in WebCore::InlineFlowBox1244 leaf = child->isLeaf() ? child : static_cast<InlineFlowBox*>(child)->firstLeafChild(); in firstLeafChild()1382 InlineBox* leaf = firstLeafChild(); in collectLeafBoxesInLogicalOrder()
167 RenderObject* firstLeafChild() const;
4153 if (!root->firstLeafChild()) in positionForPointWithInlineChildren()4177 …return VisiblePosition(positionForBox(firstRootBoxWithChildren->firstLeafChild(), true), DOWNSTREA… in positionForPointWithInlineChildren()5270 for (InlineBox* box = root->firstLeafChild(); box; box = box->nextLeafChild()) { in containsNonZeroBidiLevel()
967 lastObject = lastRootBox()->firstLeafChild()->renderer(); in layoutInlineChildren()
411 RenderObject* RenderObject::firstLeafChild() const in firstLeafChild() function in WebCore::RenderObject
209 InlineBox* firstLeaf = firstLeafChild(); in closestLeafChildForPosition()
365 InlineBox *startBox = rootBox->firstLeafChild(); in startPositionForLine()
21505 Use firstLeafChild() instead of firstChild().33437 (khtml::InlineFlowBox::firstLeafChild):46834 (InlineBox::firstLeafChild): New helper.46836 (InlineFlowBox::firstLeafChild): New helper.46840 (RenderObject::firstLeafChild): New helper.
88388 firstLeafChild()/lastLeafChild() not virtual and not callable on InlineBox anymore.88389 … firstLeafChild()/lastLeafChild() will no longer return a node outside of the given subtree. 88403 (WebCore::InlineFlowBox::firstLeafChild):
12788 (WebCore::RenderObject::firstLeafChild):