Searched refs:m_pListNotify (Results 1 – 2 of 2) sorted by relevance
78 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()
101 std::unique_ptr<CPWL_List_Notify> m_pListNotify; variable