Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/pdfwindow/
DPWL_ListBox.cpp81 m_pList->SetNotify(m_pListNotify.get()); in OnCreated()
93 m_pList->SetNotify(nullptr); in OnDestroy()
DPWL_EditCtrl.cpp37 m_pEdit->SetNotify(this); in OnCreated()
/external/pdfium/fpdfsdk/fxedit/
Dfxet_list.h226 void SetNotify(CPWL_List_Notify* pNotify);
Dfxet_edit.h337 void SetNotify(CPWL_EditCtrl* pNotify);
Dfxet_list.cpp206 void CFX_ListCtrl::SetNotify(CPWL_List_Notify* pNotify) { in SetNotify() function in CFX_ListCtrl
Dfxet_edit.cpp870 void CFX_Edit::SetNotify(CPWL_EditCtrl* pNotify) { in SetNotify() function in CFX_Edit