Home
last modified time | relevance | path

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

/external/pdfium/xfa/fwl/
Dcfwl_combobox.cpp147 bool bClearSel = iSel < 0 || iSel >= iCount; in SetCurSel() local
149 if (bClearSel) { in SetCurSel()
157 m_iCurSel = bClearSel ? -1 : iSel; in SetCurSel()