Home
last modified time | relevance | path

Searched refs:strChangeEx (Results 1 – 12 of 12) sorted by relevance

/external/pdfium/fpdfsdk/include/formfiller/
DFFL_Notify.h29 const CFX_WideString& strChangeEx, FX_BOOL bKeyDown, FX_BOOL bModifier,
32 const CFX_WideString& strChangeEx, FX_BOOL bKeyDown, FX_BOOL bModifier,
DFFL_IFormFiller.h71 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/
DFFL_Notify.cpp99 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
DFFL_IFormFiller.cpp838 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/
DJS_Context.cpp251 …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()
DJS_EventHandler.cpp192 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/
DJS_Context.h47 … OnField_Keystroke(int nCommitKey, CFX_WideString& strChange, const CFX_WideString& strChangeEx,
51 …virtual void OnField_Validate(CFX_WideString& strChange, const CFX_WideString& strChangeEx, FX_…
DIJavaScript.h40 … OnField_Keystroke(int nCommitKey, CFX_WideString& strChange, const CFX_WideString& strChangeEx,
44 …virtual void OnField_Validate(CFX_WideString& strChange, const CFX_WideString& strChangeEx, FX_…
DJS_EventHandler.h77 … 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/
DPWL_Edit.cpp182 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()
DPWL_ListBox.cpp443 CFX_WideString strChangeEx; in OnNotifySelChanged() local
446 …m_pFillerNotify->OnBeforeKeyStroke(FALSE, GetAttachedData(), 0, swChange, strChangeEx, nSelStart, … in OnNotifySelChanged()
/external/pdfium/fpdfsdk/include/pdfwindow/
DPWL_Edit.h20 CFX_WideString & strChange, const CFX_WideString& strChangeEx,