Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/pwl/
Dcpwl_list_box.cpp79 m_pList->SetNotify(m_pListNotify.get()); in OnCreated()
91 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.cpp33 m_pEdit->SetNotify(this); in OnCreated()
Dcpwl_edit_impl.h271 void SetNotify(CPWL_EditCtrl* pNotify);
Dcpwl_edit_impl.cpp589 void CPWL_EditImpl::SetNotify(CPWL_EditCtrl* pNotify) { in SetNotify() function in CPWL_EditImpl