Searched refs:BeforeValueChange (Results 1 – 5 of 5) sorted by relevance
/external/pdfium/core/src/fpdfdoc/ |
D | doc_formfield.cpp | 135 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()
|
D | doc_form.cpp | 1172 iRet = m_pFormNotify->BeforeValueChange(pField, csWValue); in FDF_ImportField()
|
/external/pdfium/fpdfsdk/include/ |
D | fsdk_baseform.h | 323 int BeforeValueChange(const CPDF_FormField* pField,
|
/external/pdfium/core/include/fpdfdoc/ |
D | fpdf_doc.h | 1017 virtual int BeforeValueChange(const CPDF_FormField* pField, in BeforeValueChange() function
|
/external/pdfium/fpdfsdk/src/ |
D | fsdk_baseform.cpp | 2610 int CPDFSDK_InterForm::BeforeValueChange(const CPDF_FormField* pField, function in CPDFSDK_InterForm
|