Home
last modified time | relevance | path

Searched refs:IFX_Edit_Notify (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/fpdfsdk/include/fxedit/
Dfx_edit.h23 class IFX_Edit_Notify; variable
72 class IFX_Edit_Notify {
74 virtual ~IFX_Edit_Notify() {} in ~IFX_Edit_Notify()
193 virtual void SetNotify(IFX_Edit_Notify* pNotify) = 0;
Dfxet_edit.h530 void SetNotify(IFX_Edit_Notify* pNotify) override;
740 IFX_Edit_Notify* m_pNotify;
/external/pdfium/fpdfsdk/include/pdfwindow/
DPWL_EditCtrl.h55 class CPWL_EditCtrl : public CPWL_Wnd, public IFX_Edit_Notify {
/external/pdfium/fpdfsdk/src/fxedit/
Dfxet_edit.cpp791 void CFX_Edit::SetNotify(IFX_Edit_Notify* pNotify) { in SetNotify()