Home
last modified time | relevance | path

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

/external/pdfium/core/src/fpdfdoc/
Ddoc_formfield.cpp153 int iRet = m_pForm->m_pFormNotify->BeforeSelectionChange(this, csValue); in ResetField()
371 int iRet = m_pForm->m_pFormNotify->BeforeSelectionChange(this, csValue); in SetValue()
475 iRet = m_pForm->m_pFormNotify->BeforeSelectionChange(this, csValue); in ClearSelection()
555 iRet = m_pForm->m_pFormNotify->BeforeSelectionChange(this, opt_value); in SetItemSelection()
740 iRet = m_pForm->m_pFormNotify->BeforeSelectionChange(this, csOptLabel); in InsertOption()
781 iRet = m_pForm->m_pFormNotify->BeforeSelectionChange(this, csValue); in ClearOptions()
992 iRet = m_pForm->m_pFormNotify->BeforeSelectionChange(this, csValue); in SelectOption()
1012 iRet = m_pForm->m_pFormNotify->BeforeSelectionChange(this, csValue); in SelectOption()
1055 iRet = m_pForm->m_pFormNotify->BeforeSelectionChange(this, csValue); in ClearSelectedOptions()
Ddoc_form.cpp1170 iRet = m_pFormNotify->BeforeSelectionChange(pField, csWValue); in FDF_ImportField()
/external/pdfium/fpdfsdk/include/
Dfsdk_baseform.h326 int BeforeSelectionChange(const CPDF_FormField* pField,
/external/pdfium/core/include/fpdfdoc/
Dfpdf_doc.h1024 virtual int BeforeSelectionChange(const CPDF_FormField* pField, in BeforeSelectionChange() function
/external/pdfium/fpdfsdk/src/
Dfsdk_baseform.cpp2645 int CPDFSDK_InterForm::BeforeSelectionChange(const CPDF_FormField* pField, function in CPDFSDK_InterForm