Home
last modified time | relevance | path

Searched refs:strChange (Results 1 – 11 of 11) sorted by relevance

/external/pdfium/fpdfsdk/include/formfiller/
DFFL_Notify.h32 … OnValidate(CPDF_FormField* pFormField, CFX_WideString& strValue, CFX_WideString & strChange,
35 …e(CPDF_FormField* pFormField, int nCommitKey, CFX_WideString& strValue, CFX_WideString& strChange,
DFFL_IFormFiller.h72 CFX_WideString & strChange, const CFX_WideString& strChangeEx,
78 …nKeyStroke(FX_BOOL bEditOrList, void* pPrivateData, FX_INT32 nKeyCode, CFX_WideString & strChange,
/external/pdfium/fpdfsdk/src/javascript/
DJS_Context.cpp242 void CJS_Context::OnField_Keystroke(int nCommitKey, CFX_WideString& strChange, const CFX_WideString… in OnField_Keystroke() argument
248 m_pEventHandler->OnField_Keystroke(nCommitKey, strChange, strChangeEx, bKeyDown, in OnField_Keystroke()
252 void CJS_Context::OnField_Validate(CFX_WideString& strChange,const CFX_WideString& strChangeEx, in OnField_Validate() argument
257 …m_pEventHandler->OnField_Validate(strChange, strChangeEx, bKeyDown, bModifier, bShift, pTarget, Va… in OnField_Validate()
DJS_EventHandler.cpp191 void CJS_EventHandler::OnField_Keystroke(int nCommitKey, CFX_WideString &strChange, in OnField_Keystroke() argument
201 m_pWideStrChange = &strChange; in OnField_Keystroke()
216 void CJS_EventHandler::OnField_Validate(CFX_WideString& strChange, const CFX_WideString& strChangeE… in OnField_Validate() argument
222 m_pWideStrChange = &strChange; in OnField_Validate()
/external/pdfium/fpdfsdk/src/formfiller/
DFFL_Notify.cpp97 …e(CPDF_FormField* pFormField, int nCommitKey, CFX_WideString& strValue, CFX_WideString& strChange, in OnKeyStroke() argument
105 …tify::OnValidate(CPDF_FormField* pFormField, CFX_WideString& strValue, CFX_WideString & strChange, in OnValidate() argument
DFFL_IFormFiller.cpp837 …OnKeyStroke(FX_BOOL bEditOrList, void* pPrivateData, FX_INT32 nKeyCode, CFX_WideString& strChange, in OnKeyStroke() argument
1101 CFX_WideString & strChange, const CFX_WideString& strChangeEx, in OnBeforeKeyStroke() argument
1126 fa.sChange = strChange; in OnBeforeKeyStroke()
/external/pdfium/fpdfsdk/include/javascript/
DJS_Context.h51 …virtual void OnField_Keystroke(int nCommitKey, CFX_WideString& strChange, const CFX_WideString&…
55 …virtual void OnField_Validate(CFX_WideString& strChange, const CFX_WideString& strChangeEx, FX_…
DJS_EventHandler.h84 …void OnField_Keystroke(int nCommitKey, CFX_WideString& strChange, const CFX_WideString& strCha…
88 …void OnField_Validate(CFX_WideString& strChange, const CFX_WideString& strChangeEx, FX_BOOL bK…
DIJavaScript.h47 …virtual void OnField_Keystroke(int nCommitKey, CFX_WideString& strChange, const CFX_WideString&…
51 …virtual void OnField_Validate(CFX_WideString& strChange, const CFX_WideString& strChangeEx, FX_…
/external/pdfium/fpdfsdk/include/pdfwindow/
DPWL_Edit.h25 CFX_WideString & strChange, const CFX_WideString& strChangeEx,
/external/pdfium/fpdfsdk/src/pdfwindow/
DPWL_Edit.cpp933 CFX_WideString strChange; in OnKeyDown() local
942 …m_pFillerNotify->OnBeforeKeyStroke(TRUE, GetAttachedData(), FWL_VKEY_Delete, strChange, strChangeE… in OnKeyDown()