Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/pdfwindow/
DPWL_ComboBox.h20 class CPWL_CBListBox : public CPWL_ListBox {
22 CPWL_CBListBox() {} in CPWL_CBListBox() function
23 ~CPWL_CBListBox() override {} in ~CPWL_CBListBox()
95 CPWL_CBListBox* m_pList;
DPWL_ComboBox.cpp21 bool CPWL_CBListBox::OnLButtonUp(const CFX_PointF& point, uint32_t nFlag) { in OnLButtonUp()
41 bool CPWL_CBListBox::OnKeyDownWithExit(uint16_t nChar, in OnKeyDownWithExit()
84 bool CPWL_CBListBox::OnCharWithExit(uint16_t nChar, in OnCharWithExit()
307 m_pList = new CPWL_CBListBox; in CreateListBox()