Home | History | Annotate | Download | only in rendering

Lines Matching refs:firstLeafChild

1240 InlineBox* InlineFlowBox::firstLeafChild() const
1244 leaf = child->isLeaf() ? child : static_cast<InlineFlowBox*>(child)->firstLeafChild();
1382 InlineBox* leaf = firstLeafChild();