Home
last modified time | relevance | path

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

/external/pdfium/xfa/fwl/
Dcfwl_notedriver.cpp300 CFWL_Widget* pNextTabStop = pWidgetMgr->NextTab(pForm, pFocus, bFind); in DoKey() local
301 if (!pNextTabStop) { in DoKey()
303 pNextTabStop = pWidgetMgr->NextTab(pForm, nullptr, bFind); in DoKey()
305 if (pNextTabStop == pFocus) in DoKey()
307 if (pNextTabStop) in DoKey()
308 SetFocus(pNextTabStop); in DoKey()