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

/external/pdfium/fpdfsdk/pwl/
H A Dcpwl_list_box.cpp81 m_pListNotify = pdfium::MakeUnique<CPWL_List_Notify>(this);
82 m_pList->SetNotify(m_pListNotify.get());
95 m_pListNotify.reset();
H A Dcpwl_list_box.h99 std::unique_ptr<CPWL_List_Notify> m_pListNotify; member in class:CPWL_ListBox

Completed in 663 milliseconds