Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/pwl/
Dcpwl_list_box.cpp22 CPWL_List_Notify::CPWL_List_Notify(CPWL_ListBox* pList) : m_pList(pList) { in CPWL_List_Notify()
68 CPWL_ListBox::CPWL_ListBox( in CPWL_ListBox() function in CPWL_ListBox
74 CPWL_ListBox::~CPWL_ListBox() = default;
76 void CPWL_ListBox::OnCreated() { in OnCreated()
88 void CPWL_ListBox::OnDestroy() { in OnDestroy()
95 void CPWL_ListBox::DrawThisAppearance(CFX_RenderDevice* pDevice, in DrawThisAppearance()
138 bool CPWL_ListBox::OnKeyDown(uint16_t nChar, uint32_t nFlag) { in OnKeyDown()
179 bool CPWL_ListBox::OnChar(uint16_t nChar, uint32_t nFlag) { in OnChar()
189 bool CPWL_ListBox::OnLButtonDown(const CFX_PointF& point, uint32_t nFlag) { in OnLButtonDown()
203 bool CPWL_ListBox::OnLButtonUp(const CFX_PointF& point, uint32_t nFlag) { in OnLButtonUp()
[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(
44 ~CPWL_ListBox() override;
DREADME.md15 * CPWL_ListBox
Dcpwl_combo_box.h17 class CPWL_CBListBox final : public CPWL_ListBox {
Dcpwl_combo_box.cpp34 : CPWL_ListBox(cp, std::move(pAttachedData)) {} in CPWL_CBListBox()
/external/pdfium/fpdfsdk/formfiller/
Dcffl_listbox.cpp45 auto pWnd = pdfium::MakeUnique<CPWL_ListBox>(cp, std::move(pAttachedData)); in NewPWLWindow()
87 CPWL_ListBox* pListBox = GetListBox(pPageView); in IsDataChanged()
108 CPWL_ListBox* pListBox = GetListBox(pPageView); in SaveData()
150 CPWL_ListBox* pListBox = GetListBox(pPageView); in GetActionData()
174 CPWL_ListBox* pListBox = GetListBox(pPageView); in SaveState()
185 CPWL_ListBox* pListBox = GetListBox(pPageView); in RestoreState()
200 CPWL_ListBox* pListBox = GetListBox(GetCurPageView(true)); in SetIndexSelected()
222 CPWL_ListBox* pListBox = GetListBox(GetCurPageView(true)); in IsIndexSelected()
226 CPWL_ListBox* CFFL_ListBox::GetListBox(CPDFSDK_PageView* pPageView) { in GetListBox()
227 return static_cast<CPWL_ListBox*>(GetPWLWindow(pPageView, /*bNew=*/false)); in GetListBox()
Dcffl_listbox.h16 class CPWL_ListBox; variable
41 CPWL_ListBox* GetListBox(CPDFSDK_PageView* pPageView);