Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/include/pdfwindow/
DPWL_ListBox.h14 class CPWL_List_Notify; variable
18 class CPWL_List_Notify : public IFX_List_Notify
21 CPWL_List_Notify(CPWL_ListBox * pList);
22 virtual ~CPWL_List_Notify();
94 CPWL_List_Notify* m_pListNotify;
/external/pdfium/fpdfsdk/src/pdfwindow/
DPWL_ListBox.cpp22 CPWL_List_Notify::CPWL_List_Notify(CPWL_ListBox* pList) : m_pList(pList) in CPWL_List_Notify() function in CPWL_List_Notify
27 CPWL_List_Notify::~CPWL_List_Notify() in ~CPWL_List_Notify()
31 void CPWL_List_Notify::IOnSetScrollInfoY(FX_FLOAT fPlateMin, FX_FLOAT fPlateMax, in IOnSetScrollInfoY()
67 void CPWL_List_Notify::IOnSetScrollPosY(FX_FLOAT fy) in IOnSetScrollPosY()
72 void CPWL_List_Notify::IOnInvalidateRect(CPDF_Rect * pRect) in IOnInvalidateRect()
114 m_pList->SetNotify(m_pListNotify = new CPWL_List_Notify(this)); in OnCreated()