Searched refs:CPWL_ListBox (Results 1 – 7 of 7) sorted by relevance
22 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_ListBox74 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 …]
17 class CPWL_ListBox; variable23 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;
15 * CPWL_ListBox
17 class CPWL_CBListBox final : public CPWL_ListBox {
34 : CPWL_ListBox(cp, std::move(pAttachedData)) {} in CPWL_CBListBox()
45 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()
16 class CPWL_ListBox; variable41 CPWL_ListBox* GetListBox(CPDFSDK_PageView* pPageView);