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

/external/pdfium/fpdfsdk/include/formfiller/
H A DFFL_Notify.h33 const CFX_WideString& strChangeEx, FX_BOOL bKeyDown, FX_BOOL bModifier,
36 const CFX_WideString& strChangeEx, FX_BOOL bKeyDown, FX_BOOL bModifier,
H A DFFL_IFormFiller.h72 CFX_WideString & strChange, const CFX_WideString& strChangeEx,
79 const CFX_WideString& strChangeEx, FX_BOOL bKeyDown, FX_BOOL & bRC, FX_BOOL & bExit);
/external/pdfium/fpdfsdk/src/formfiller/
H A DFFL_Notify.cpp98 const CFX_WideString& strChangeEx, FX_BOOL bKeyDown, FX_BOOL bModifier,
106 const CFX_WideString& strChangeEx, FX_BOOL bKeyDown, FX_BOOL bModifier,
97 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
105 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.cpp242 void CJS_Context::OnField_Keystroke(int nCommitKey, CFX_WideString& strChange, const CFX_WideString& strChangeEx, argument
248 m_pEventHandler->OnField_Keystroke(nCommitKey, strChange, strChangeEx, bKeyDown,
252 void CJS_Context::OnField_Validate(CFX_WideString& strChange,const CFX_WideString& strChangeEx, argument
257 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.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_Context.h51 virtual void OnField_Keystroke(int nCommitKey, CFX_WideString& strChange, const CFX_WideString& strChangeEx,
55 virtual void OnField_Validate(CFX_WideString& strChange, const CFX_WideString& strChangeEx, FX_BOOL bKeyDown,
H A DJS_EventHandler.h84 void OnField_Keystroke(int nCommitKey, CFX_WideString& strChange, const CFX_WideString& strChangeEx,
88 void OnField_Validate(CFX_WideString& strChange, const CFX_WideString& strChangeEx, FX_BOOL bKeyDown,
/external/pdfium/fpdfsdk/src/pdfwindow/
H A DPWL_Edit.cpp183 CFX_WideString strChangeEx; local
187 m_pFillerNotify->OnBeforeKeyStroke(TRUE, GetAttachedData(), 0 , swClipboard, strChangeEx, nSelStart, nSelEnd, TRUE, bRC, bExit, 0);
934 CFX_WideString strChangeEx; local
942 m_pFillerNotify->OnBeforeKeyStroke(TRUE, GetAttachedData(), FWL_VKEY_Delete, strChange, strChangeEx, nSelStart, nSelEnd, TRUE, bRC, bExit, nFlag);
1041 CFX_WideString strChangeEx; local
1042 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.h25 CFX_WideString & strChange, const CFX_WideString& strChangeEx,

Completed in 478 milliseconds