Searched refs:pNextTabStop (Results 1 – 1 of 1) sorted by relevance
616 IFWL_Widget* pNextTabStop = pWidgetMgr->nextTab(pForm, pFocus, bFind); in DoKey() local617 if (!pNextTabStop) { in DoKey()619 pNextTabStop = pWidgetMgr->nextTab(pForm, NULL, bFind); in DoKey()621 if (pNextTabStop == pFocus) { in DoKey()624 if (pNextTabStop) { in DoKey()625 SetFocus(pNextTabStop); in DoKey()