Home
last modified time | relevance | path

Searched refs:CPWL_List_Notify (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/fpdfsdk/pdfwindow/
DPWL_ListBox.h16 class CPWL_List_Notify; variable
23 class CPWL_List_Notify {
25 explicit CPWL_List_Notify(CPWL_ListBox* pList);
26 ~CPWL_List_Notify();
108 std::unique_ptr<CPWL_List_Notify> m_pListNotify;
DPWL_ListBox.cpp19 CPWL_List_Notify::CPWL_List_Notify(CPWL_ListBox* pList) : m_pList(pList) { in CPWL_List_Notify() function in CPWL_List_Notify
23 CPWL_List_Notify::~CPWL_List_Notify() {} in ~CPWL_List_Notify()
25 void CPWL_List_Notify::IOnSetScrollInfoY(FX_FLOAT fPlateMin, in IOnSetScrollInfoY()
57 void CPWL_List_Notify::IOnSetScrollPosY(FX_FLOAT fy) { in IOnSetScrollPosY()
61 void CPWL_List_Notify::IOnInvalidateRect(CFX_FloatRect* pRect) { in IOnInvalidateRect()
80 m_pListNotify = pdfium::MakeUnique<CPWL_List_Notify>(this); in OnCreated()
/external/pdfium/fpdfsdk/fxedit/
Dfxet_list.h17 class CPWL_List_Notify; variable
226 void SetNotify(CPWL_List_Notify* pNotify);
290 CPWL_List_Notify* m_pNotify;
Dfxet_list.cpp206 void CFX_ListCtrl::SetNotify(CPWL_List_Notify* pNotify) { in SetNotify()