Home
last modified time | relevance | path

Searched defs:strChange (Results 1 – 5 of 5) sorted by relevance

/external/pdfium/fpdfsdk/src/formfiller/
DFFL_Notify.cpp97 …e(CPDF_FormField* pFormField, int nCommitKey, CFX_WideString& strValue, CFX_WideString& strChange, in OnKeyStroke()
105 …tify::OnValidate(CPDF_FormField* pFormField, CFX_WideString& strValue, CFX_WideString & strChange, in OnValidate()
DFFL_IFormFiller.cpp837 …OnKeyStroke(FX_BOOL bEditOrList, void* pPrivateData, FX_INT32 nKeyCode, CFX_WideString& strChange, in OnKeyStroke()
1101 CFX_WideString & strChange, const CFX_WideString& strChangeEx, in OnBeforeKeyStroke()
/external/pdfium/fpdfsdk/src/javascript/
DJS_Context.cpp242 void CJS_Context::OnField_Keystroke(int nCommitKey, CFX_WideString& strChange, const CFX_WideString… in OnField_Keystroke()
252 void CJS_Context::OnField_Validate(CFX_WideString& strChange,const CFX_WideString& strChangeEx, in OnField_Validate()
DJS_EventHandler.cpp191 void CJS_EventHandler::OnField_Keystroke(int nCommitKey, CFX_WideString &strChange, in OnField_Keystroke()
216 void CJS_EventHandler::OnField_Validate(CFX_WideString& strChange, const CFX_WideString& strChangeE… in OnField_Validate()
/external/pdfium/fpdfsdk/src/pdfwindow/
DPWL_Edit.cpp933 CFX_WideString strChange; in OnKeyDown() local