Home
last modified time | relevance | path

Searched refs:m_pFormNotify (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/core/fpdfdoc/
Dcpdf_interform.cpp628 m_pFormNotify(nullptr) { in CPDF_InterForm()
904 if (bNotify && m_pFormNotify && m_pFormNotify->BeforeFormReset(this) < 0) in ResetForm()
916 if (bNotify && m_pFormNotify) in ResetForm()
917 m_pFormNotify->AfterFormReset(this); in ResetForm()
922 if (bNotify && m_pFormNotify && m_pFormNotify->BeforeFormReset(this) < 0) in ResetForm()
933 if (bNotify && m_pFormNotify) in ResetForm()
934 m_pFormNotify->AfterFormReset(this); in ResetForm()
1210 if (bNotify && m_pFormNotify) { in FDF_ImportField()
1212 if (m_pFormNotify->BeforeSelectionChange(pField, csWValue) < 0) in FDF_ImportField()
1216 if (m_pFormNotify->BeforeValueChange(pField, csWValue) < 0) in FDF_ImportField()
[all …]
Dcpdf_interform.h92 IPDF_FormNotify* GetFormNotify() const { return m_pFormNotify.Get(); } in GetFormNotify()
114 UnownedPtr<IPDF_FormNotify> m_pFormNotify; variable