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

/external/pdfium/fpdfsdk/pwl/
H A Dcpwl_list_box.h16 class CPWL_List_Notify;
21 class CPWL_List_Notify { class
23 explicit CPWL_List_Notify(CPWL_ListBox* pList);
24 ~CPWL_List_Notify();
99 std::unique_ptr<CPWL_List_Notify> m_pListNotify;
H A Dcpwl_list_box.cpp21 CPWL_List_Notify::CPWL_List_Notify(CPWL_ListBox* pList) : m_pList(pList) { function in class:CPWL_List_Notify
25 CPWL_List_Notify::~CPWL_List_Notify() {}
27 void CPWL_List_Notify::IOnSetScrollInfoY(float fPlateMin,
59 void CPWL_List_Notify::IOnSetScrollPosY(float fy) {
63 void CPWL_List_Notify::IOnInvalidateRect(CFX_FloatRect* pRect) {
81 m_pListNotify = pdfium::MakeUnique<CPWL_List_Notify>(this);
H A Dcpwl_list_impl.h20 class CPWL_List_Notify;
50 void SetNotify(CPWL_List_Notify* pNotify) { m_pNotify = pNotify; }
155 UnownedPtr<CPWL_List_Notify> m_pNotify;

Completed in 151 milliseconds