Home | History | Annotate | Download | only in dom

Lines Matching refs:nextLeafChild

608                     otherBox = otherBox->nextLeafChild();
731 otherBox = otherBox->nextLeafChild();
1122 InlineBox* nextBox = inlineBox->nextLeafChild();
1136 while (InlineBox* nextBox = inlineBox->nextLeafChild()) {
1150 nextBox = nextBox->nextLeafChild();
1170 while (InlineBox* nextBox = inlineBox->nextLeafChild()) {
1186 InlineBox* nextBox = inlineBox->nextLeafChild();
1197 while (InlineBox* tertiaryBox = inlineBox->nextLeafChild()) {