Searched refs:lastLeafChild (Results 1 – 10 of 10) sorted by relevance
263 leaf = box->isLeaf() ? box : toInlineFlowBox(box)->lastLeafChild(); in prevLeafChild()
86 InlineBox* lastLeafChild() const;
511 for (InlineBox* box = lastLeafChild(); box; box = box->prevLeafChild()) { in lastSelectedBox()617 InlineBox* lastLeaf = lastLeafChild(); in closestLeafChildForLogicalLeftPosition()
487 RenderObject* currentRenderer = renderer->lastLeafChild(); in rendererRemovedFromTree()
1195 if (InlineBox* lastLeafChild = lastRootBox()->lastLeafChild()) { in layoutRunsAndFloats() local1196 RenderObject* lastObject = lastLeafChild->renderer(); in layoutRunsAndFloats()
1407 InlineBox* InlineFlowBox::lastLeafChild() const in lastLeafChild() function in WebCore::InlineFlowBox1411 leaf = child->isLeaf() ? child : toInlineFlowBox(child)->lastLeafChild(); in lastLeafChild()
187 RenderObject* lastLeafChild() const;
434 RenderObject* RenderObject::lastLeafChild() const in lastLeafChild() function in WebCore::RenderObject
196 InlineBox* lastLeaf = lastLeafChild(); in closestLeafChildForPosition()
812 endBox = rootBox->lastLeafChild(); in endPositionForLine()