Searched refs:pComboList (Results 1 – 1 of 1) sorted by relevance
538 CFWL_ComboList* pComboList = m_pListBox.get(); in DisForm_ShowDropList() local539 int32_t iItems = pComboList->CountItems(nullptr); in DisForm_ShowDropList()544 pComboList->ChangeSelected(m_iCurSel); in DisForm_ShowDropList()546 float fItemHeight = pComboList->CalcItemHeight(); in DisForm_ShowDropList()985 CFWL_ComboList* pComboList = m_pListBox.get(); in DisForm_OnKey() local986 int32_t iCount = pComboList->CountItems(nullptr); in DisForm_OnKey()994 iCurSel = pComboList->MatchItem(wsText); in DisForm_OnKey()