Searched refs:pNotify (Results 1 - 15 of 15) sorted by relevance

/external/pdfium/fpdfsdk/src/pdfwindow/
H A DPWL_IconList.cpp314 if (IPWL_IconList_Notify* pNotify = GetNotify())
315 pNotify->OnNoteListSelChanged(nIndex);
331 void CPWL_IconList_Content::SetNotify(IPWL_IconList_Notify* pNotify) argument
333 m_pNotify = pNotify;
520 void CPWL_IconList::SetNotify(IPWL_IconList_Notify* pNotify) argument
522 m_pListContent->SetNotify(pNotify);
H A DPWL_Note.cpp804 if (IPWL_NoteNotify* pNotify = GetNoteNotify())
806 pNotify->OnSetBkColor(this);
817 if (IPWL_NoteNotify* pNotify = GetNoteNotify())
819 pNotify->OnSetSubjectName(this);
828 if (IPWL_NoteNotify* pNotify = GetNoteNotify())
830 pNotify->OnSetAuthorName(this);
876 if (IPWL_NoteNotify* pNotify = GetNoteNotify())
878 pNotify->OnSetDateTime(this);
889 if (IPWL_NoteNotify* pNotify = GetNoteNotify())
891 pNotify
[all...]
H A DPWL_ComboBox.cpp652 void CPWL_ComboBox::SetFillerNotify(IPWL_Filler_Notify* pNotify) argument
654 m_pFillerNotify = pNotify;
657 m_pEdit->SetFillerNotify(pNotify);
660 m_pList->SetFillerNotify(pNotify);
/external/pdfium/fpdfsdk/include/pdfwindow/
H A DPWL_IconList.h63 void SetNotify(IPWL_IconList_Notify* pNotify);
103 void SetNotify(IPWL_IconList_Notify* pNotify);
H A DPWL_ListBox.h87 void SetFillerNotify(IPWL_Filler_Notify* pNotify) {m_pFillerNotify = pNotify;} argument
H A DPWL_ComboBox.h73 void SetFillerNotify(IPWL_Filler_Notify* pNotify);
H A DPWL_Edit.h87 void SetFillerNotify(IPWL_Filler_Notify* pNotify) {m_pFillerNotify = pNotify;} argument
H A DPWL_EditCtrl.h106 void SetEditNotify(IPWL_Edit_Notify* pNotify) {m_pEditNotify = pNotify;} argument
/external/pdfium/fpdfsdk/include/fxedit/
H A Dfx_edit.h164 virtual void SetNotify(IFX_Edit_Notify * pNotify) = 0;
421 virtual void SetNotify(IFX_List_Notify * pNotify) = 0;
H A Dfxet_list.h305 void SetNotify(IFX_List_Notify * pNotify);
H A Dfxet_edit.h575 void SetNotify(IFX_Edit_Notify * pNotify);
/external/pdfium/fpdfsdk/src/fxedit/
H A Dfxet_list.cpp523 void CFX_ListCtrl::SetNotify(IFX_List_Notify * pNotify) argument
525 m_pNotify = pNotify;
H A Dfxet_edit.cpp1028 void CFX_Edit::SetNotify(IFX_Edit_Notify* pNotify) argument
1030 m_pNotify = pNotify;
/external/pdfium/core/src/fpdfdoc/
H A Ddoc_form.cpp1618 void CPDF_InterForm::SetFormNotify(const CPDF_FormNotify* pNotify) argument
1620 m_pFormNotify = (CPDF_FormNotify*)pNotify;
/external/pdfium/core/include/fpdfdoc/
H A Dfpdf_doc.h1001 void SetFormNotify(const CPDF_FormNotify* pNotify);

Completed in 169 milliseconds