Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/include/pdfwindow/
DPWL_IconList.h63 void SetNotify(IPWL_IconList_Notify* pNotify);
103 void SetNotify(IPWL_IconList_Notify* pNotify);
/external/pdfium/fpdfsdk/src/pdfwindow/
DPWL_IconList.cpp331 void CPWL_IconList_Content::SetNotify(IPWL_IconList_Notify* pNotify) in SetNotify() function in CPWL_IconList_Content
520 void CPWL_IconList::SetNotify(IPWL_IconList_Notify* pNotify) in SetNotify() function in CPWL_IconList
522 m_pListContent->SetNotify(pNotify); in SetNotify()
DPWL_ListBox.cpp114 m_pList->SetNotify(m_pListNotify = new CPWL_List_Notify(this)); in OnCreated()
DPWL_EditCtrl.cpp49 m_pEdit->SetNotify(this); in OnCreated()
/external/pdfium/fpdfsdk/include/fxedit/
Dfx_edit.h164 virtual void SetNotify(IFX_Edit_Notify * pNotify) = 0;
421 virtual void SetNotify(IFX_List_Notify * pNotify) = 0;
Dfxet_list.h305 void SetNotify(IFX_List_Notify * pNotify);
Dfxet_edit.h575 void SetNotify(IFX_Edit_Notify * pNotify);
/external/pdfium/fpdfsdk/src/fxedit/
Dfxet_list.cpp523 void CFX_ListCtrl::SetNotify(IFX_List_Notify * pNotify) in SetNotify() function in CFX_ListCtrl
Dfxet_edit.cpp1028 void CFX_Edit::SetNotify(IFX_Edit_Notify* pNotify) in SetNotify() function in CFX_Edit