Home | History | Annotate | Download | only in rendering

Lines Matching refs:firstRootBox

1297         for (curr = firstRootBox(); curr && !curr->isDirty(); curr = curr->nextRootBox()) {
1329 if (firstRootBox()) {
1331 curr = firstRootBox();
1364 RootInlineBox* line = firstRootBox();
2422 for (RootInlineBox* curr = firstRootBox(); curr; curr = curr->nextRootBox()) {
2431 for (RootInlineBox* curr = firstRootBox(); curr; curr = curr->nextRootBox())
2451 for (RootInlineBox* curr = firstRootBox(); curr; curr = curr->nextRootBox()) {
2452 int blockRightEdge = logicalRightOffsetForLine(curr->y(), curr == firstRootBox());
2453 int blockLeftEdge = logicalLeftOffsetForLine(curr->y(), curr == firstRootBox());
2460 int width = curr == firstRootBox() ? firstLineEllipsisWidth : ellipsisWidth;