Home
last modified time | relevance | path

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

/external/pdfium/xfa/fwl/
Dcfwl_widgetmgr.h51 CFWL_Widget* NextTab(CFWL_Widget* parent, CFWL_Widget* focus, bool& bFind);
Dcfwl_notedriver.cpp300 CFWL_Widget* pNextTabStop = pWidgetMgr->NextTab(pForm, pFocus, bFind); in DoKey()
303 pNextTabStop = pWidgetMgr->NextTab(pForm, nullptr, bFind); in DoKey()
Dcfwl_widgetmgr.cpp283 CFWL_Widget* CFWL_WidgetMgr::NextTab(CFWL_Widget* parent, in NextTab() function in CFWL_WidgetMgr
292 CFWL_Widget* bRet = NextTab(child, focus, bFind); in NextTab()