Home
last modified time | relevance | path

Searched refs:pNextTabStop (Results 1 – 1 of 1) sorted by relevance

/external/pdfium/xfa/src/fwl/src/core/
Dfwl_noteimp.cpp616 IFWL_Widget* pNextTabStop = pWidgetMgr->nextTab(pForm, pFocus, bFind); in DoKey() local
617 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()