Searched refs:lastLeafChild (Results 1 – 10 of 10) sorted by relevance
183 InlineBox* lastLeaf = lastLeafChild(); in closestLeafChildForPosition()
257 leaf = box->isLeaf() ? box : toInlineFlowBox(box)->lastLeafChild(); in prevLeafChild()
92 InlineBox* lastLeafChild() const;
385 for (InlineBox* box = lastLeafChild(); box; box = box->prevLeafChild()) { in lastSelectedBox()493 InlineBox* lastLeaf = lastLeafChild(); in closestLeafChildForLogicalLeftPosition()
491 RenderObject* currentRenderer = renderer->lastLeafChild(); in rendererRemovedFromTree()
755 if (InlineBox* lastLeafChild = lastRootBox()->lastLeafChild()) { in layoutRunsAndFloats() local756 RenderObject* lastObject = &lastLeafChild->renderer(); in layoutRunsAndFloats()
1142 InlineBox* InlineFlowBox::lastLeafChild() const in lastLeafChild() function in blink::InlineFlowBox1146 leaf = child->isLeaf() ? child : toInlineFlowBox(child)->lastLeafChild(); in lastLeafChild()
191 RenderObject* lastLeafChild() const;
464 RenderObject* RenderObject::lastLeafChild() const in lastLeafChild() function in blink::RenderObject
798 endBox = rootBox->lastLeafChild(); in endPositionForLine()