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

/external/pdfium/fpdfsdk/include/pdfwindow/
H A DPWL_ListBox.h11 class CPWL_List_Notify;
15 class CPWL_List_Notify : public IFX_List_Notify class in inherits:IFX_List_Notify
18 CPWL_List_Notify(CPWL_ListBox * pList);
19 virtual ~CPWL_List_Notify();
91 CPWL_List_Notify* m_pListNotify;
/external/pdfium/fpdfsdk/src/pdfwindow/
H A DPWL_ListBox.cpp20 /* ------------------------ CPWL_List_Notify ----------------------- */
22 CPWL_List_Notify::CPWL_List_Notify(CPWL_ListBox* pList) : m_pList(pList) function in class:CPWL_List_Notify
27 CPWL_List_Notify::~CPWL_List_Notify()
31 void CPWL_List_Notify::IOnSetScrollInfoY(FX_FLOAT fPlateMin, FX_FLOAT fPlateMax,
67 void CPWL_List_Notify::IOnSetScrollPosY(FX_FLOAT fy)
72 void CPWL_List_Notify::IOnInvalidateRect(CPDF_Rect * pRect)
114 m_pList->SetNotify(m_pListNotify = new CPWL_List_Notify(this));

Completed in 75 milliseconds