Home | History | Annotate | Download | only in rendering

Lines Matching refs:hasSelectedChildren

3530     for (curr = firstRootBox(); curr && !curr->hasSelectedChildren(); curr = curr->nextRootBox()) { }
3533 for (; curr && curr->hasSelectedChildren(); curr = curr->nextRootBox()) {