Home | History | Annotate | Download | only in rendering

Lines Matching refs:lastLeafChild

1248 InlineBox* InlineFlowBox::lastLeafChild() const
1252 leaf = child->isLeaf() ? child : static_cast<InlineFlowBox*>(child)->lastLeafChild();