Searched refs:strChange (Results 1 – 10 of 10) sorted by relevance
/external/pdfium/fpdfsdk/javascript/ |
D | cjs_event_context.cpp | 167 void CJS_EventContext::OnField_Keystroke(CFX_WideString& strChange, in OnField_Keystroke() argument 180 strChange, strChangeEx, bKeyDown, bModifier, nSelEnd, nSelStart, bShift, in OnField_Keystroke() 184 void CJS_EventContext::OnField_Validate(CFX_WideString& strChange, in OnField_Validate() argument 192 m_pEventHandler->OnField_Validate(strChange, strChangeEx, bKeyDown, bModifier, in OnField_Validate()
|
D | ijs_event_context.h | 69 virtual void OnField_Keystroke(CFX_WideString& strChange, 81 virtual void OnField_Validate(CFX_WideString& strChange,
|
D | cjs_event_context.h | 66 void OnField_Keystroke(CFX_WideString& strChange, 78 void OnField_Validate(CFX_WideString& strChange,
|
D | JS_Runtime_Stub.cpp | 62 void OnField_Keystroke(CFX_WideString& strChange, in OnField_Keystroke() argument 74 void OnField_Validate(CFX_WideString& strChange, in OnField_Validate() argument
|
D | JS_EventHandler.h | 88 void OnField_Keystroke(CFX_WideString& strChange, 100 void OnField_Validate(CFX_WideString& strChange,
|
D | JS_EventHandler.cpp | 170 void CJS_EventHandler::OnField_Keystroke(CFX_WideString& strChange, in OnField_Keystroke() argument 185 m_pWideStrChange = &strChange; in OnField_Keystroke() 199 void CJS_EventHandler::OnField_Validate(CFX_WideString& strChange, in OnField_Validate() argument 209 m_pWideStrChange = &strChange; in OnField_Validate()
|
/external/pdfium/fpdfsdk/pdfwindow/ |
D | PWL_Edit.h | 31 CFX_WideString& strChange,
|
D | PWL_Edit.cpp | 613 CFX_WideString strChange; in OnKeyDown() local 622 m_pFillerNotify->OnBeforeKeyStroke(GetAttachedData(), strChange, in OnKeyDown()
|
/external/pdfium/fpdfsdk/formfiller/ |
D | cffl_interactiveformfiller.h | 147 CFX_WideString& strChange,
|
D | cffl_interactiveformfiller.cpp | 879 CFX_WideString& strChange, in OnBeforeKeyStroke() argument 917 fa.sChange = strChange; in OnBeforeKeyStroke()
|