HomeSort by relevance Sort by last modified time
    Searched refs:strChangeEx (Results 1 - 12 of 12) sorted by null

  /external/pdfium/fpdfsdk/include/formfiller/
FFL_Notify.h 33 const CFX_WideString& strChangeEx, FX_BOOL bKeyDown, FX_BOOL bModifier,
36 const CFX_WideString& strChangeEx, FX_BOOL bKeyDown, FX_BOOL bModifier,
FFL_IFormFiller.h 72 CFX_WideString & strChange, const CFX_WideString& strChangeEx,
79 const CFX_WideString& strChangeEx, FX_BOOL bKeyDown, FX_BOOL & bRC, FX_BOOL & bExit);
  /external/pdfium/fpdfsdk/include/javascript/
IJavaScript.h 47 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,
JS_Context.h 51 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,
JS_EventHandler.h 84 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/formfiller/
FFL_Notify.cpp 98 const CFX_WideString& strChangeEx, FX_BOOL bKeyDown, FX_BOOL bModifier,
106 const CFX_WideString& strChangeEx, FX_BOOL bKeyDown, FX_BOOL bModifier,
FFL_IFormFiller.cpp 838 const CFX_WideString& strChangeEx, FX_BOOL bKeyDown,
1101 CFX_WideString & strChange, const CFX_WideString& strChangeEx,
1127 fa.sChangeEx = strChangeEx;
  /external/pdfium/fpdfsdk/src/javascript/
JS_Context.cpp 242 void CJS_Context::OnField_Keystroke(int nCommitKey, CFX_WideString& strChange, const CFX_WideString& strChangeEx,
248 m_pEventHandler->OnField_Keystroke(nCommitKey, strChange, strChangeEx, bKeyDown,
252 void CJS_Context::OnField_Validate(CFX_WideString& strChange,const CFX_WideString& strChangeEx,
257 m_pEventHandler->OnField_Validate(strChange, strChangeEx, bKeyDown, bModifier, bShift, pTarget, Value, bRc);
JS_EventHandler.cpp 192 const CFX_WideString& strChangeEx, FX_BOOL KeyDown,
202 m_WideStrChangeEx = strChangeEx;
216 void CJS_EventHandler::OnField_Validate(CFX_WideString& strChange, const CFX_WideString& strChangeEx,
223 m_WideStrChangeEx = strChangeEx;
  /external/pdfium/fpdfsdk/include/pdfwindow/
PWL_Edit.h 25 CFX_WideString & strChange, const CFX_WideString& strChangeEx,
  /external/pdfium/fpdfsdk/src/pdfwindow/
PWL_Edit.cpp 183 CFX_WideString strChangeEx;
187 m_pFillerNotify->OnBeforeKeyStroke(TRUE, GetAttachedData(), 0 , swClipboard, strChangeEx, nSelStart, nSelEnd, TRUE, bRC, bExit, 0);
934 CFX_WideString strChangeEx;
942 m_pFillerNotify->OnBeforeKeyStroke(TRUE, GetAttachedData(), FWL_VKEY_Delete, strChange, strChangeEx, nSelStart, nSelEnd, TRUE, bRC, bExit, nFlag);
1041 CFX_WideString strChangeEx;
1042 m_pFillerNotify->OnBeforeKeyStroke(TRUE, GetAttachedData(), nKeyCode, swChange, strChangeEx, nSelStart, nSelEnd, TRUE, bRC, bExit, nFlag);
PWL_ListBox.cpp 443 CFX_WideString strChangeEx;
446 m_pFillerNotify->OnBeforeKeyStroke(FALSE, GetAttachedData(), 0, swChange, strChangeEx, nSelStart, nSelEnd, bKeyDown, bRC, bExit, nFlag);

Completed in 96 milliseconds