Home | History | Annotate | Download | only in rendering

Lines Matching refs:nextRootBox

217                 RootInlineBox* next = firstTextBox()->root()->nextRootBox();
502 if (rootBox->nextRootBox())
503 bottom = min(bottom, rootBox->nextRootBox()->lineTop());
1089 lastRootBox = lastRootBox->nextRootBox();
1100 for (RootInlineBox* curr = firstRootBox; curr && curr != lastRootBox; curr = curr->nextRootBox()) {