Home | History | Annotate | Download | only in rendering

Lines Matching refs:lastRootBox

1235     RootInlineBox* lastRootBox = 0;
1257 lastRootBox = root;
1275 if (lastRootBox)
1276 lastRootBox = lastRootBox->nextRootBox();
1282 ASSERT(!lastRootBox);
1287 for (RootInlineBox* curr = firstRootBox; curr && curr != lastRootBox; curr = curr->nextRootBox()) {