Home | History | Annotate | Download | only in ref

Lines Matching defs:nextID

354         int nextID = findElementFromIndex(nsIndex, lnIndex, nextPotential);
356 if (NOTPROCESSED != nextID)
358 int parentID = m_parent.elementAt(nextID);
362 return nextID;
383 nextPotential = nextID+1;