Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/pwl/
Dcpwl_list_box.cpp82 m_pList->SetNotify(m_pListNotify.get()); in OnCreated()
94 m_pList->SetNotify(nullptr); in OnDestroy()
Dcpwl_list_impl.h50 void SetNotify(CPWL_List_Notify* pNotify) { m_pNotify = pNotify; } in SetNotify() function
Dcpwl_edit_ctrl.cpp34 m_pEdit->SetNotify(this); in OnCreated()
Dcpwl_edit_impl.h247 void SetNotify(CPWL_EditCtrl* pNotify);
Dcpwl_edit_impl.cpp563 void CPWL_EditImpl::SetNotify(CPWL_EditCtrl* pNotify) { in SetNotify() function in CPWL_EditImpl