Searched refs:CFWL_ComboList (Results 1 – 5 of 5) sorted by relevance
20 CFWL_ComboList::CFWL_ComboList( in CFWL_ComboList() function in CFWL_ComboList28 int32_t CFWL_ComboList::MatchItem(const WideString& wsMatch) { in MatchItem()43 void CFWL_ComboList::ChangeSelected(int32_t iSel) { in ChangeSelected()66 CFX_PointF CFWL_ComboList::ClientToOuter(const CFX_PointF& point) { in ClientToOuter()73 void CFWL_ComboList::OnProcessMessage(CFWL_Message* pMessage) { in OnProcessMessage()119 void CFWL_ComboList::OnDropListFocusChanged(CFWL_Message* pMsg, bool bSet) { in OnDropListFocusChanged()131 void CFWL_ComboList::OnDropListMouseMove(CFWL_MessageMouse* pMsg) { in OnDropListMouseMove()156 void CFWL_ComboList::OnDropListLButtonDown(CFWL_MessageMouse* pMsg) { in OnDropListLButtonDown()164 void CFWL_ComboList::OnDropListLButtonUp(CFWL_MessageMouse* pMsg) { in OnDropListLButtonUp()185 bool CFWL_ComboList::OnDropListKey(CFWL_MessageKey* pKey) { in OnDropListKey()[all …]
16 class CFWL_ComboList : public CFWL_ListBox {18 CFWL_ComboList(const CFWL_App* app,
19 * CFWL_ComboList
52 m_pListBox = pdfium::MakeUnique<CFWL_ComboList>(m_pOwnerApp.Get(), in CFWL_ComboBox()513 m_pListBox = pdfium::MakeUnique<CFWL_ComboList>(m_pOwnerApp.Get(), in DisForm_InitComboList()538 CFWL_ComboList* pComboList = m_pListBox.get(); in DisForm_ShowDropList()985 CFWL_ComboList* pComboList = m_pListBox.get(); in DisForm_OnKey()
152 std::unique_ptr<CFWL_ComboList> m_pListBox;