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

/external/pdfium/core/src/fpdfdoc/
H A Ddoc_formfield.cpp139 int iRet = m_pForm->m_pFormNotify->BeforeValueChange(this, csValue);
188 int iRet = m_pForm->m_pFormNotify->BeforeValueChange(this, csDValue);
356 int iRet = m_pForm->m_pFormNotify->BeforeValueChange(this, csValue);
521 iRet = m_pForm->m_pFormNotify->BeforeValueChange(this, csValue);
605 iRet = m_pForm->m_pFormNotify->BeforeValueChange(this, opt_value);
995 iRet = m_pForm->m_pFormNotify->BeforeValueChange(this, csValue);
1015 iRet = m_pForm->m_pFormNotify->BeforeValueChange(this, csValue);
1062 iRet = m_pForm->m_pFormNotify->BeforeValueChange(this, csValue);
H A Ddoc_form.cpp1534 iRet = m_pFormNotify->BeforeValueChange(pField, csWValue);
/external/pdfium/fpdfsdk/include/
H A Dfsdk_baseform.h222 virtual int BeforeValueChange(const CPDF_FormField* pField, CFX_WideString& csValue);
/external/pdfium/core/include/fpdfdoc/
H A Dfpdf_doc.h1514 virtual int BeforeValueChange(const CPDF_FormField* pField, CFX_WideString& csValue) function in class:CPDF_FormNotify
/external/pdfium/fpdfsdk/src/
H A Dfsdk_baseform.cpp2490 int CPDFSDK_InterForm::BeforeValueChange(const CPDF_FormField* pField, CFX_WideString& csValue) function in class:CPDFSDK_InterForm

Completed in 133 milliseconds