Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/include/fxedit/
Dfx_edit.h26 class IFX_List_Notify; variable
483 class IFX_List_Notify {
507 virtual ~IFX_List_Notify() {} in ~IFX_List_Notify()
516 virtual void SetNotify(IFX_List_Notify* pNotify) = 0;
Dfxet_list.h286 void SetNotify(IFX_List_Notify* pNotify) override;
334 IFX_List_Notify* m_pNotify;
/external/pdfium/fpdfsdk/include/pdfwindow/
DPWL_ListBox.h18 class CPWL_List_Notify : public IFX_List_Notify {
/external/pdfium/fpdfsdk/src/fxedit/
Dfxet_list.cpp422 void CFX_ListCtrl::SetNotify(IFX_List_Notify* pNotify) { in SetNotify()