Home
last modified time | relevance | path

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

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