Home | History | Annotate | Download | only in rendering

Lines Matching refs:isLeaf

1050         leaf = child->isLeaf() ? child : static_cast<InlineFlowBox*>(child)->firstLeafChild();
1058 leaf = child->isLeaf() ? child : static_cast<InlineFlowBox*>(child)->lastLeafChild();