Home | History | Annotate | Download | only in rendering

Lines Matching refs:nextRootBox

2648         for (RootInlineBox* curr = firstRootBox(); curr; curr = curr->nextRootBox()) {
2921 for (curr = firstRootBox(); curr && !curr->hasSelectedChildren(); curr = curr->nextRootBox()) { }
2924 for (; curr && curr->hasSelectedChildren(); curr = curr->nextRootBox()) {
4176 for (RootInlineBox* root = firstRootBox(); root; root = root->nextRootBox()) {
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()) {