Home
last modified time | relevance | path

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

/external/pdfium/xfa/fwl/
Dcfwl_notedriver.cpp177 CFWL_Widget* pNextTabStop = nullptr; in DoKey() local
179 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()