Home
last modified time | relevance | path

Searched refs:AfterCheckedStatusChange (Results 1 – 5 of 5) sorted by relevance

/external/pdfium/core/fpdfdoc/
Dipdf_formnotify.h25 virtual void AfterCheckedStatusChange(CPDF_FormField* pField) = 0;
Dcpdf_formfield.cpp181 m_pForm->GetFormNotify()->AfterCheckedStatusChange(this); in ResetField()
757 m_pForm->GetFormNotify()->AfterCheckedStatusChange(this); in CheckControl()
792 m_pForm->GetFormNotify()->AfterCheckedStatusChange(this); in SetCheckValue()
Dcpdf_interform.cpp1230 m_pFormNotify->AfterCheckedStatusChange(pField); in FDF_ImportField()
/external/pdfium/fpdfsdk/
Dcpdfsdk_interform.h112 void AfterCheckedStatusChange(CPDF_FormField* pField) override;
Dcpdfsdk_interform.cpp681 void CPDFSDK_InterForm::AfterCheckedStatusChange(CPDF_FormField* pField) { in AfterCheckedStatusChange() function in CPDFSDK_InterForm