Home
last modified time | relevance | path

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

/external/pdfium/xfa/fwl/
Dcfwl_combobox.cpp225 CFWL_ComboList* pComboList = m_pListBox.get(); in ShowDropList() local
226 int32_t iItems = pComboList->CountItems(nullptr); in ShowDropList()
231 pComboList->ChangeSelected(m_iCurSel); in ShowDropList()
233 float fItemHeight = pComboList->CalcItemHeight(); in ShowDropList()
549 CFWL_ComboList* pComboList = m_pListBox.get(); in OnKey() local
550 int32_t iCount = pComboList->CountItems(nullptr); in OnKey()
558 iCurSel = pComboList->MatchItem(wsText.AsStringView()); in OnKey()