Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/pwl/
Dcpwl_combo_box.h17 class CPWL_CBListBox : public CPWL_ListBox {
19 CPWL_CBListBox() {} in CPWL_CBListBox() function
20 ~CPWL_CBListBox() override {} in ~CPWL_CBListBox()
94 UnownedPtr<CPWL_CBListBox> m_pList;
Dcpwl_combo_box.cpp29 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()
DREADME.md16 * CPWL_CBListBox (combo box)