Searched refs:CPWL_List_Notify (Results 1 – 3 of 3) sorted by relevance
16 class CPWL_List_Notify; variable21 class CPWL_List_Notify {23 explicit CPWL_List_Notify(CPWL_ListBox* pList);24 ~CPWL_List_Notify();101 std::unique_ptr<CPWL_List_Notify> m_pListNotify;
22 CPWL_List_Notify::CPWL_List_Notify(CPWL_ListBox* pList) : m_pList(pList) { in CPWL_List_Notify() function in CPWL_List_Notify26 CPWL_List_Notify::~CPWL_List_Notify() {} in ~CPWL_List_Notify()28 void CPWL_List_Notify::IOnSetScrollInfoY(float fPlateMin, in IOnSetScrollInfoY()60 void CPWL_List_Notify::IOnSetScrollPosY(float fy) { in IOnSetScrollPosY()64 void CPWL_List_Notify::IOnInvalidateRect(CFX_FloatRect* pRect) { in IOnInvalidateRect()78 m_pListNotify = pdfium::MakeUnique<CPWL_List_Notify>(this); in OnCreated()
20 class CPWL_List_Notify; variable50 void SetNotify(CPWL_List_Notify* pNotify) { m_pNotify = pNotify; } in SetNotify()156 UnownedPtr<CPWL_List_Notify> m_pNotify;