Home | History | Annotate | Download | only in rendering

Lines Matching defs:firstRootBox

1011     RootInlineBox* firstRootBox = 0;
1026 if (!firstRootBox) {
1027 firstRootBox = root;
1031 firstRootBox->markDirty();
1055 if (firstRootBox) {
1056 RootInlineBox* prev = firstRootBox->prevRootBox();
1058 firstRootBox = prev;
1061 firstRootBox = lastTextBox()->root();
1062 firstRootBox->markDirty();
1065 for (RootInlineBox* curr = firstRootBox; curr && curr != lastRootBox; curr = curr->nextRootBox()) {