Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfdoc/
Dipdf_formnotify.h19 virtual int BeforeValueChange(CPDF_FormField* pField,
Dcpdf_formfield.cpp948 return m_pForm->GetFormNotify()->BeforeValueChange(this, value) >= 0; in NotifyBeforeValueChange()
Dcpdf_interform.cpp1216 if (m_pFormNotify->BeforeValueChange(pField, csWValue) < 0) in FDF_ImportField()
/external/pdfium/fpdfsdk/
Dcpdfsdk_interform.h106 int BeforeValueChange(CPDF_FormField* pField,
Dcpdfsdk_interform.cpp629 int CPDFSDK_InterForm::BeforeValueChange(CPDF_FormField* pField, in BeforeValueChange() function in CPDFSDK_InterForm