/external/pdfium/fpdfsdk/include/formfiller/ |
D | FFL_Notify.h | 29 const CFX_WideString& strChangeEx, FX_BOOL bKeyDown, FX_BOOL bModifier, 32 const CFX_WideString& strChangeEx, FX_BOOL bKeyDown, FX_BOOL bModifier,
|
D | FFL_IFormFiller.h | 71 CFX_WideString & strChange, const CFX_WideString& strChangeEx, 78 const CFX_WideString& strChangeEx, FX_BOOL bKeyDown, FX_BOOL & bRC, FX_BOOL & bExit);
|
/external/pdfium/fpdfsdk/src/formfiller/ |
D | FFL_Notify.cpp | 99 const CFX_WideString& strChangeEx, FX_BOOL bKeyDown, FX_BOOL bModifier, in OnKeyStroke() argument 107 const CFX_WideString& strChangeEx, FX_BOOL bKeyDown, FX_BOOL bModifier, in OnValidate() argument
|
D | FFL_IFormFiller.cpp | 838 const CFX_WideString& strChangeEx, FX_BOOL bKeyDown, in OnKeyStroke() argument 1101 CFX_WideString & strChange, const CFX_WideString& strChangeEx, in OnBeforeKeyStroke() argument 1127 fa.sChangeEx = strChangeEx; in OnBeforeKeyStroke()
|
/external/pdfium/fpdfsdk/src/javascript/ |
D | JS_Context.cpp | 251 …xt::OnField_Keystroke(int nCommitKey, CFX_WideString& strChange, const CFX_WideString& strChangeEx, in OnField_Keystroke() argument 257 m_pEventHandler->OnField_Keystroke(nCommitKey, strChange, strChangeEx, bKeyDown, in OnField_Keystroke() 261 void CJS_Context::OnField_Validate(CFX_WideString& strChange,const CFX_WideString& strChangeEx, in OnField_Validate() argument 266 …m_pEventHandler->OnField_Validate(strChange, strChangeEx, bKeyDown, bModifier, bShift, pTarget, Va… in OnField_Validate()
|
D | JS_EventHandler.cpp | 192 const CFX_WideString& strChangeEx, FX_BOOL KeyDown, in OnField_Keystroke() argument 202 m_WideStrChangeEx = strChangeEx; in OnField_Keystroke() 216 …id CJS_EventHandler::OnField_Validate(CFX_WideString& strChange, const CFX_WideString& strChangeEx, in OnField_Validate() argument 223 m_WideStrChangeEx = strChangeEx; in OnField_Validate()
|
/external/pdfium/fpdfsdk/include/javascript/ |
D | JS_Context.h | 47 … OnField_Keystroke(int nCommitKey, CFX_WideString& strChange, const CFX_WideString& strChangeEx, 51 …virtual void OnField_Validate(CFX_WideString& strChange, const CFX_WideString& strChangeEx, FX_…
|
D | IJavaScript.h | 40 … OnField_Keystroke(int nCommitKey, CFX_WideString& strChange, const CFX_WideString& strChangeEx, 44 …virtual void OnField_Validate(CFX_WideString& strChange, const CFX_WideString& strChangeEx, FX_…
|
D | JS_EventHandler.h | 77 … OnField_Keystroke(int nCommitKey, CFX_WideString& strChange, const CFX_WideString& strChangeEx, 81 …void OnField_Validate(CFX_WideString& strChange, const CFX_WideString& strChangeEx, FX_BOOL bK…
|
/external/pdfium/fpdfsdk/src/pdfwindow/ |
D | PWL_Edit.cpp | 182 CFX_WideString strChangeEx; in PasteText() local 186 …m_pFillerNotify->OnBeforeKeyStroke(TRUE, GetAttachedData(), 0 , swClipboard, strChangeEx, nSelStar… in PasteText() 930 CFX_WideString strChangeEx; in OnKeyDown() local 938 …OnBeforeKeyStroke(TRUE, GetAttachedData(), FWL_VKEY_Delete, strChange, strChangeEx, nSelStart, nSe… in OnKeyDown() 1037 CFX_WideString strChangeEx; in OnChar() local 1038 …m_pFillerNotify->OnBeforeKeyStroke(TRUE, GetAttachedData(), nKeyCode, swChange, strChangeEx, nSelS… in OnChar()
|
D | PWL_ListBox.cpp | 443 CFX_WideString strChangeEx; in OnNotifySelChanged() local 446 …m_pFillerNotify->OnBeforeKeyStroke(FALSE, GetAttachedData(), 0, swChange, strChangeEx, nSelStart, … in OnNotifySelChanged()
|
/external/pdfium/fpdfsdk/include/pdfwindow/ |
D | PWL_Edit.h | 20 CFX_WideString & strChange, const CFX_WideString& strChangeEx,
|