Home | History | Annotate | Download | only in win

Lines Matching full:curr

3287 static Frame *incrementFrame(Frame *curr, bool forward, bool wrapFlag)
3290 ? curr->tree()->traverseNextWithWrap(wrapFlag)
3291 : curr->tree()->traversePreviousWithWrap(wrapFlag);