Home
last modified time | relevance | path

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

/external/pdfium/core/src/fpdfdoc/
Ddoc_formfield.cpp135 int iRet = m_pForm->m_pFormNotify->BeforeValueChange(this, csValue); in ResetField()
182 int iRet = m_pForm->m_pFormNotify->BeforeValueChange(this, csDValue); in ResetField()
335 int iRet = m_pForm->m_pFormNotify->BeforeValueChange(this, csValue); in SetValue()
478 iRet = m_pForm->m_pFormNotify->BeforeValueChange(this, csValue); in ClearSelection()
558 iRet = m_pForm->m_pFormNotify->BeforeValueChange(this, opt_value); in SetItemSelection()
742 iRet = m_pForm->m_pFormNotify->BeforeValueChange(this, csOptLabel); in InsertOption()
783 iRet = m_pForm->m_pFormNotify->BeforeValueChange(this, csValue); in ClearOptions()
995 iRet = m_pForm->m_pFormNotify->BeforeValueChange(this, csValue); in SelectOption()
1015 iRet = m_pForm->m_pFormNotify->BeforeValueChange(this, csValue); in SelectOption()
1058 iRet = m_pForm->m_pFormNotify->BeforeValueChange(this, csValue); in ClearSelectedOptions()
Ddoc_form.cpp1172 iRet = m_pFormNotify->BeforeValueChange(pField, csWValue); in FDF_ImportField()
/external/pdfium/fpdfsdk/include/
Dfsdk_baseform.h323 int BeforeValueChange(const CPDF_FormField* pField,
/external/pdfium/core/include/fpdfdoc/
Dfpdf_doc.h1017 virtual int BeforeValueChange(const CPDF_FormField* pField, in BeforeValueChange() function
/external/pdfium/fpdfsdk/src/
Dfsdk_baseform.cpp2610 int CPDFSDK_InterForm::BeforeValueChange(const CPDF_FormField* pField, function in CPDFSDK_InterForm