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 final : public CPWL_ListBox {
19 CPWL_CBListBox(
22 ~CPWL_CBListBox() override;
100 UnownedPtr<CPWL_CBListBox> m_pList;
Dcpwl_combo_box.cpp31 CPWL_CBListBox::CPWL_CBListBox( in CPWL_CBListBox() function in CPWL_CBListBox
36 CPWL_CBListBox::~CPWL_CBListBox() = default;
38 bool CPWL_CBListBox::OnLButtonUp(const CFX_PointF& point, uint32_t nFlag) { in OnLButtonUp()
55 bool CPWL_CBListBox::IsMovementKey(uint16_t nChar) const { in IsMovementKey()
69 bool CPWL_CBListBox::OnMovementKeyDown(uint16_t nChar, uint32_t nFlag) { in OnMovementKeyDown()
95 bool CPWL_CBListBox::IsChar(uint16_t nChar, uint32_t nFlag) const { in IsChar()
99 bool CPWL_CBListBox::OnCharNotify(uint16_t nChar, uint32_t nFlag) { in OnCharNotify()
341 auto pList = pdfium::MakeUnique<CPWL_CBListBox>(lcp, CloneAttachedData()); in CreateListBox()
DREADME.md16 * CPWL_CBListBox (combo box)