Home
last modified time | relevance | path

Searched refs:SetNotify (Results 1 – 5 of 5) sorted by relevance

/external/pdfium/fpdfsdk/pwl/
Dcpwl_list_box.cpp30 m_pListCtrl->SetNotify(this); in OnCreated()
42 m_pListCtrl->SetNotify(nullptr); in OnDestroy()
Dcpwl_list_ctrl.h42 void SetNotify(NotifyIface* pNotify) { m_pNotify = pNotify; } in SetNotify() function
Dcpwl_edit_impl.h58 void SetNotify(CPWL_Edit* pNotify);
Dcpwl_edit.cpp110 m_pEditImpl->SetNotify(this); in OnCreated()
Dcpwl_edit_impl.cpp711 void CPWL_EditImpl::SetNotify(CPWL_Edit* pNotify) { in SetNotify() function in CPWL_EditImpl