Home | History | Annotate | Download | only in rendering

Lines Matching defs:lastRootBox

1012     RootInlineBox* lastRootBox = 0;
1035 lastRootBox = root;
1053 if (lastRootBox)
1054 lastRootBox = lastRootBox->nextRootBox();
1060 ASSERT(!lastRootBox);
1065 for (RootInlineBox* curr = firstRootBox; curr && curr != lastRootBox; curr = curr->nextRootBox()) {