/external/pdfium/fpdfsdk/include/formfiller/ |
D | FFL_Notify.h | 32 … OnValidate(CPDF_FormField* pFormField, CFX_WideString& strValue, CFX_WideString & strChange, 35 …e(CPDF_FormField* pFormField, int nCommitKey, CFX_WideString& strValue, CFX_WideString& strChange,
|
D | FFL_IFormFiller.h | 72 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/ |
D | JS_Context.cpp | 242 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()
|
D | JS_EventHandler.cpp | 191 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/ |
D | FFL_Notify.cpp | 97 …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
|
D | FFL_IFormFiller.cpp | 837 …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/ |
D | JS_Context.h | 51 …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_…
|
D | JS_EventHandler.h | 84 …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…
|
D | IJavaScript.h | 47 …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/ |
D | PWL_Edit.h | 25 CFX_WideString & strChange, const CFX_WideString& strChangeEx,
|
/external/pdfium/fpdfsdk/src/pdfwindow/ |
D | PWL_Edit.cpp | 933 CFX_WideString strChange; in OnKeyDown() local 942 …m_pFillerNotify->OnBeforeKeyStroke(TRUE, GetAttachedData(), FWL_VKEY_Delete, strChange, strChangeE… in OnKeyDown()
|