Home | History | Annotate | Download | only in views

Lines Matching refs:next

139         while ((child = iter.next()) != NULL)
225 while ((child = iter.next()) != NULL)
233 while ((child = iter.next()) != NULL)
381 while ((child = iter.next()) != NULL)
530 SkView* next = NULL;
535 next = fNextSibling;
539 fParent->fFirstChild = next;
702 while ((child = iter.next()) != NULL)
740 SkView* SkView::F2BIter::next() {
758 SkView* SkView::B2FIter::next() {
762 SkView* next = fChild->fNextSibling;
763 if (next == fFirstChild)
764 next = NULL;
765 fChild = next;
815 while ((child = iter.next()) != NULL)