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

/external/pdfium/fpdfsdk/include/formfiller/
H A DFFL_Notify.h29 const CFX_WideString& strChangeEx, FX_BOOL bKeyDown, FX_BOOL bModifier,
32 const CFX_WideString& strChangeEx, FX_BOOL bKeyDown, FX_BOOL bModifier,
H A 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/
H A DFFL_Notify.cpp99 const CFX_WideString& strChangeEx, FX_BOOL bKeyDown, FX_BOOL bModifier,
107 const CFX_WideString& strChangeEx, FX_BOOL bKeyDown, FX_BOOL bModifier,
98 OnKeyStroke(CPDF_FormField* pFormField, int nCommitKey, CFX_WideString& strValue, CFX_WideString& strChange, const CFX_WideString& strChangeEx, FX_BOOL bKeyDown, FX_BOOL bModifier, FX_BOOL bShift, FX_BOOL bWillCommit, FX_BOOL bFieldFull, int& nSelStart, int& nSelEnd, FX_BOOL& bRC) argument
106 OnValidate(CPDF_FormField* pFormField, CFX_WideString& strValue, CFX_WideString & strChange, const CFX_WideString& strChangeEx, FX_BOOL bKeyDown, FX_BOOL bModifier, FX_BOOL bShift, FX_BOOL & bRC) argument
H A DFFL_IFormFiller.cpp838 const CFX_WideString& strChangeEx, FX_BOOL bKeyDown,
1101 CFX_WideString & strChange, const CFX_WideString& strChangeEx,
1127 fa.sChangeEx = strChangeEx;
837 OnKeyStroke(FX_BOOL bEditOrList, void* pPrivateData, FX_INT32 nKeyCode, CFX_WideString& strChange, const CFX_WideString& strChangeEx, FX_BOOL bKeyDown, FX_BOOL & bRC, FX_BOOL & bExit) argument
1100 OnBeforeKeyStroke(FX_BOOL bEditOrList, void* pPrivateData, FX_INT32 nKeyCode, CFX_WideString & strChange, const CFX_WideString& strChangeEx, int nSelStart, int nSelEnd, FX_BOOL bKeyDown, FX_BOOL & bRC, FX_BOOL & bExit, FX_DWORD nFlag) argument
/external/pdfium/fpdfsdk/src/javascript/
H A DJS_Context.cpp251 void CJS_Context::OnField_Keystroke(int nCommitKey, CFX_WideString& strChange, const CFX_WideString& strChangeEx, argument
257 m_pEventHandler->OnField_Keystroke(nCommitKey, strChange, strChangeEx, bKeyDown,
261 void CJS_Context::OnField_Validate(CFX_WideString& strChange,const CFX_WideString& strChangeEx, argument
266 m_pEventHandler->OnField_Validate(strChange, strChangeEx, bKeyDown, bModifier, bShift, pTarget, Value, bRc);
H A DJS_EventHandler.cpp192 const CFX_WideString& strChangeEx, FX_BOOL KeyDown,
202 m_WideStrChangeEx = strChangeEx;
216 void CJS_EventHandler::OnField_Validate(CFX_WideString& strChange, const CFX_WideString& strChangeEx, argument
223 m_WideStrChangeEx = strChangeEx;
191 OnField_Keystroke(int nCommitKey, CFX_WideString &strChange, const CFX_WideString& strChangeEx, FX_BOOL KeyDown, FX_BOOL bModifier, int& nSelEnd, int& nSelStart, FX_BOOL bShift, CPDF_FormField* pTarget, CFX_WideString& Value, FX_BOOL bWillCommit, FX_BOOL bFieldFull, FX_BOOL& bRc) argument
/external/pdfium/fpdfsdk/include/javascript/
H A DIJavaScript.h40 virtual void OnField_Keystroke(int nCommitKey, CFX_WideString& strChange, const CFX_WideString& strChangeEx,
44 virtual void OnField_Validate(CFX_WideString& strChange, const CFX_WideString& strChangeEx, FX_BOOL bKeyDown,
H A DJS_Context.h47 virtual void OnField_Keystroke(int nCommitKey, CFX_WideString& strChange, const CFX_WideString& strChangeEx,
51 virtual void OnField_Validate(CFX_WideString& strChange, const CFX_WideString& strChangeEx, FX_BOOL bKeyDown,
H A DJS_EventHandler.h77 void OnField_Keystroke(int nCommitKey, CFX_WideString& strChange, const CFX_WideString& strChangeEx,
81 void OnField_Validate(CFX_WideString& strChange, const CFX_WideString& strChangeEx, FX_BOOL bKeyDown,
/external/pdfium/fpdfsdk/src/pdfwindow/
H A DPWL_Edit.cpp182 CFX_WideString strChangeEx; local
186 m_pFillerNotify->OnBeforeKeyStroke(TRUE, GetAttachedData(), 0 , swClipboard, strChangeEx, nSelStart, nSelEnd, TRUE, bRC, bExit, 0);
930 CFX_WideString strChangeEx; local
938 m_pFillerNotify->OnBeforeKeyStroke(TRUE, GetAttachedData(), FWL_VKEY_Delete, strChange, strChangeEx, nSelStart, nSelEnd, TRUE, bRC, bExit, nFlag);
1037 CFX_WideString strChangeEx; local
1038 m_pFillerNotify->OnBeforeKeyStroke(TRUE, GetAttachedData(), nKeyCode, swChange, strChangeEx, nSelStart, nSelEnd, TRUE, bRC, bExit, nFlag);
H A DPWL_ListBox.cpp443 CFX_WideString strChangeEx; local
446 m_pFillerNotify->OnBeforeKeyStroke(FALSE, GetAttachedData(), 0, swChange, strChangeEx, nSelStart, nSelEnd, bKeyDown, bRC, bExit, nFlag);
/external/pdfium/fpdfsdk/include/pdfwindow/
H A DPWL_Edit.h20 CFX_WideString & strChange, const CFX_WideString& strChangeEx,

Completed in 450 milliseconds