Searched refs:CPWL_CBListBox (Results 1 – 3 of 3) sorted by relevance
17 class CPWL_CBListBox : public CPWL_ListBox {19 CPWL_CBListBox() {} in CPWL_CBListBox() function20 ~CPWL_CBListBox() override {} in ~CPWL_CBListBox()94 UnownedPtr<CPWL_CBListBox> m_pList;
29 bool CPWL_CBListBox::OnLButtonUp(const CFX_PointF& point, uint32_t nFlag) { in OnLButtonUp()46 bool CPWL_CBListBox::IsMovementKey(uint16_t nChar) const { in IsMovementKey()60 bool CPWL_CBListBox::OnMovementKeyDown(uint16_t nChar, uint32_t nFlag) { in OnMovementKeyDown()86 bool CPWL_CBListBox::IsChar(uint16_t nChar, uint32_t nFlag) const { in IsChar()90 bool CPWL_CBListBox::OnCharNotify(uint16_t nChar, uint32_t nFlag) { in OnCharNotify()299 m_pList = new CPWL_CBListBox(); in CreateListBox()
16 * CPWL_CBListBox (combo box)