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