Home
last modified time | relevance | path

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

/external/pdfium/core/src/fpdfdoc/
Ddoc_formfield.cpp109 if (bNotify && m_pForm->m_pFormNotify != NULL) { in ResetField()
126 if (bNotify && m_pForm->m_pFormNotify != NULL) { in ResetField()
127 m_pForm->m_pFormNotify->AfterCheckedStatusChange(this, statusArray); in ResetField()
138 if (bNotify && m_pForm->m_pFormNotify != NULL) { in ResetField()
139 int iRet = m_pForm->m_pFormNotify->BeforeValueChange(this, csValue); in ResetField()
145 if (bNotify && m_pForm->m_pFormNotify != NULL) { in ResetField()
146 m_pForm->m_pFormNotify->AfterValueChange(this); in ResetField()
157 if (bNotify && m_pForm->m_pFormNotify != NULL) { in ResetField()
158 int iRet = m_pForm->m_pFormNotify->BeforeSelectionChange(this, csValue); in ResetField()
164 if (bNotify && m_pForm->m_pFormNotify != NULL) { in ResetField()
[all …]
Ddoc_form.cpp249 m_pFormNotify = NULL; in CPDF_InterForm()
1149 if (bNotify && m_pFormNotify != NULL) { in ResetForm()
1150 int iRet = m_pFormNotify->BeforeFormReset(this); in ResetForm()
1173 if (bNotify && m_pFormNotify != NULL) { in ResetForm()
1174 m_pFormNotify->AfterFormReset(this); in ResetForm()
1180 if (bNotify && m_pFormNotify != NULL) { in ResetForm()
1181 int iRet = m_pFormNotify->BeforeFormReset(this); in ResetForm()
1194 if (bNotify && m_pFormNotify != NULL) { in ResetForm()
1195 m_pFormNotify->AfterFormReset(this); in ResetForm()
1529 if (bNotify && m_pFormNotify != NULL) { in FDF_ImportField()
[all …]
/external/pdfium/core/include/fpdfdoc/
Dfpdf_doc.h953 return m_pFormNotify; in GetFormNotify()
1009 CPDF_FormNotify* m_pFormNotify; variable