Home | History | Annotate | Download | only in rendering

Lines Matching defs:lastRootBox

1047     RootInlineBox* lastRootBox = 0;
1070 lastRootBox = root;
1088 if (lastRootBox)
1089 lastRootBox = lastRootBox->nextRootBox();
1095 ASSERT(!lastRootBox);
1100 for (RootInlineBox* curr = firstRootBox; curr && curr != lastRootBox; curr = curr->nextRootBox()) {