Searched refs:pNextTabStop (Results 1 – 1 of 1) sorted by relevance
177 CFWL_Widget* pNextTabStop = nullptr; in DoKey() local179 pNextTabStop = CFWL_WidgetMgr::NextTab(pForm, pFocus); in DoKey()180 if (!pNextTabStop) in DoKey()181 pNextTabStop = CFWL_WidgetMgr::NextTab(pForm, nullptr); in DoKey()183 if (pNextTabStop == pFocus) in DoKey()185 if (pNextTabStop) in DoKey()186 SetFocus(pNextTabStop); in DoKey()