Home | History | Annotate | Download | only in rendering

Lines Matching refs:RootInlineBox

217                 RootInlineBox* next = firstTextBox()->root()->nextRootBox();
499 RootInlineBox* rootBox = box->root();
1021 RootInlineBox* line = box->root();
1028 RootInlineBox* line = box->root();
1046 RootInlineBox* firstRootBox = 0;
1047 RootInlineBox* lastRootBox = 0;
1060 RootInlineBox* root = curr->root();
1091 RootInlineBox* prev = firstRootBox->prevRootBox();
1100 for (RootInlineBox* curr = firstRootBox; curr && curr != lastRootBox; curr = curr->nextRootBox()) {