Searched refs:pComboList (Results 1 – 1 of 1) sorted by relevance
225 CFWL_ComboList* pComboList = m_pListBox.get(); in ShowDropList() local226 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() local550 int32_t iCount = pComboList->CountItems(nullptr); in OnKey()558 iCurSel = pComboList->MatchItem(wsText.AsStringView()); in OnKey()