Home
last modified time | relevance | path

Searched refs:CPWL_ListBox (Results 1 – 5 of 5) sorted by relevance

/external/pdfium/fpdfsdk/pwl/
Dcpwl_list_box.cpp21 CPWL_List_Notify::CPWL_List_Notify(CPWL_ListBox* pList) : m_pList(pList) { in CPWL_List_Notify()
67 CPWL_ListBox::CPWL_ListBox() in CPWL_ListBox() function in CPWL_ListBox
73 CPWL_ListBox::~CPWL_ListBox() {} in ~CPWL_ListBox()
75 ByteString CPWL_ListBox::GetClassName() const { in GetClassName()
79 void CPWL_ListBox::OnCreated() { in OnCreated()
91 void CPWL_ListBox::OnDestroy() { in OnDestroy()
98 void CPWL_ListBox::DrawThisAppearance(CFX_RenderDevice* pDevice, in DrawThisAppearance()
144 bool CPWL_ListBox::OnKeyDown(uint16_t nChar, uint32_t nFlag) { in OnKeyDown()
185 bool CPWL_ListBox::OnChar(uint16_t nChar, uint32_t nFlag) { in OnChar()
195 bool CPWL_ListBox::OnLButtonDown(const CFX_PointF& point, uint32_t nFlag) { in OnLButtonDown()
[all …]
Dcpwl_list_box.h17 class CPWL_ListBox; variable
23 explicit CPWL_List_Notify(CPWL_ListBox* pList);
36 UnownedPtr<CPWL_ListBox> m_pList;
39 class CPWL_ListBox : public CPWL_Wnd {
41 CPWL_ListBox();
42 ~CPWL_ListBox() override;
DREADME.md15 * CPWL_ListBox
Dcpwl_combo_box.h17 class CPWL_CBListBox : public CPWL_ListBox {
/external/pdfium/fpdfsdk/formfiller/
Dcffl_listbox.cpp41 auto* pWnd = new CPWL_ListBox(); in NewPDFWindow()
84 CPWL_ListBox* pListBox = (CPWL_ListBox*)GetPDFWindow(pPageView, false); in IsDataChanged()
105 CPWL_ListBox* pListBox = in SaveData()
106 static_cast<CPWL_ListBox*>(GetPDFWindow(pPageView, false)); in SaveData()
143 if (CPWL_ListBox* pListBox = in GetActionData()
144 (CPWL_ListBox*)GetPDFWindow(pPageView, false)) { in GetActionData()
169 CPWL_ListBox* pListBox = in SaveState()
170 static_cast<CPWL_ListBox*>(GetPDFWindow(pPageView, false)); in SaveState()
181 CPWL_ListBox* pListBox = in RestoreState()
182 static_cast<CPWL_ListBox*>(GetPDFWindow(pPageView, false)); in RestoreState()