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.cpp81 m_pListNotify = pdfium::MakeUnique<CPWL_List_Notify>(this); in OnCreated()
82 m_pList->SetNotify(m_pListNotify.get()); in OnCreated()
95 m_pListNotify.reset(); in OnDestroy()
Dcpwl_list_box.h99 std::unique_ptr<CPWL_List_Notify> m_pListNotify; variable