Home
last modified time | relevance | path

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

/external/pdfium/xfa/fwl/
Dcfwl_combobox.cpp37 m_iCurSel(-1), in CFWL_ComboBox()
158 (m_iCurSel >= 0)) { in DrawWidget()
165 if (m_iCurSel >= 0) { in DrawWidget()
169 CFWL_ListItem* hItem = m_pListBox->GetItem(this, m_iCurSel); in DrawWidget()
229 m_iCurSel = bClearSel ? -1 : iSel; in SetCurSel()
262 CFWL_ListItem* hItem = m_pListBox->GetItem(this, m_iCurSel); in GetEditText()
321 m_pListBox->ChangeSelected(m_iCurSel); in ShowDropList()
353 if (iMatch != m_iCurSel) { in MatchEditText()
360 m_iCurSel = iMatch; in MatchEditText()
389 if (m_iCurSel >= 0) { in Layout()
[all …]
Dcfwl_combobox.h63 int32_t GetCurSel() const { return m_iCurSel; } in GetCurSel()
106 int32_t GetCurrentSelection() const { return m_iCurSel; } in GetCurrentSelection()
155 int32_t m_iCurSel; variable