Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fwl/src/basewidget/
Dfwl_checkboximp.cpp358 CFX_PtrArray radioarr; in NextStates() local
359 pWidgetMgr->GetSameGroupRadioButton(m_pInterface, radioarr); in NextStates()
361 int32_t iCount = radioarr.GetSize(); in NextStates()
363 pCheckBox = static_cast<IFWL_CheckBox*>(radioarr[i]); in NextStates()