Home | History | Annotate | Download | only in rendering

Lines Matching defs:firstLeafChild

1046 InlineBox* InlineFlowBox::firstLeafChild() const
1050 leaf = child->isLeaf() ? child : static_cast<InlineFlowBox*>(child)->firstLeafChild();