Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/pwl/
Dcpwl_list_box.cpp78 m_pListNotify = pdfium::MakeUnique<CPWL_List_Notify>(this); in OnCreated()
79 m_pList->SetNotify(m_pListNotify.get()); in OnCreated()
92 m_pListNotify.reset(); in OnDestroy()
Dcpwl_list_box.h101 std::unique_ptr<CPWL_List_Notify> m_pListNotify; variable