Home | History | Annotate | Download | only in rendering

Lines Matching refs:firstRootBox

2648         for (RootInlineBox* curr = firstRootBox(); curr; curr = curr->nextRootBox()) {
2921 for (curr = firstRootBox(); curr && !curr->hasSelectedChildren(); curr = curr->nextRootBox()) { }
4169 if (!firstRootBox())
4176 for (RootInlineBox* root = firstRootBox(); root; root = root->nextRootBox()) {
5236 return firstLineBox()->logicalTop() + style(true)->fontMetrics().ascent(firstRootBox()->baselineType());
5293 for (RootInlineBox* root = firstRootBox(); root; root = root->nextRootBox()) {
5550 for (RootInlineBox* box = block->firstRootBox(); box; box = box->nextRootBox()) {
5572 for (RootInlineBox* box = block->firstRootBox(); box; box = box->nextRootBox()) {
5607 for (RootInlineBox* box = firstRootBox(); box; box = box->nextRootBox())
5629 for (RootInlineBox* box = firstRootBox(); box; box = box->nextRootBox()) {
5696 for (RootInlineBox* box = firstRootBox(); box; box = box->nextRootBox())
5941 for (RootInlineBox* curr = firstRootBox(); curr; curr = curr->nextRootBox()) {
6128 if (lineBox == firstRootBox() && totalLogicalHeight < pageLogicalHeight && !isPositioned() && !isTableCell())