Searched refs:AfterFormReset (Results 1 – 4 of 4) sorted by relevance
332 int AfterFormReset(const CPDF_InterForm* pForm) override;
854 m_pFormNotify->AfterFormReset(this); in ResetForm()871 m_pFormNotify->AfterFormReset(this); in ResetForm()
1038 virtual int AfterFormReset(const CPDF_InterForm* pForm) { return 0; } in AfterFormReset() function
2689 int CPDFSDK_InterForm::AfterFormReset(const CPDF_InterForm* pForm) { function in CPDFSDK_InterForm