Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/pdfwindow/
DPWL_ListBox.cpp80 m_pListNotify = pdfium::MakeUnique<CPWL_List_Notify>(this); in OnCreated()
81 m_pList->SetNotify(m_pListNotify.get()); in OnCreated()
94 m_pListNotify.reset(); in OnDestroy()
DPWL_ListBox.h108 std::unique_ptr<CPWL_List_Notify> m_pListNotify; variable