Searched refs:strChange (Results 1 – 10 of 10) sorted by relevance
/external/pdfium/fxjs/ |
D | cjs_event_context.cpp | 213 void CJS_EventContext::OnField_Keystroke(WideString* strChange, in OnField_Keystroke() argument 226 strChange, strChangeEx, bKeyDown, bModifier, nSelEnd, nSelStart, bShift, in OnField_Keystroke() 230 void CJS_EventContext::OnField_Validate(WideString* strChange, in OnField_Validate() argument 238 m_pEventRecorder->OnField_Validate(strChange, strChangeEx, bKeyDown, in OnField_Validate()
|
D | cjs_event_context_stub.h | 57 void OnField_Keystroke(WideString* strChange, in OnField_Keystroke() argument 69 void OnField_Validate(WideString* strChange, in OnField_Validate() argument
|
D | cjs_eventrecorder.cpp | 148 void CJS_EventRecorder::OnField_Keystroke(WideString* strChange, in OnField_Keystroke() argument 168 m_pWideStrChange = strChange; in OnField_Keystroke() 182 void CJS_EventRecorder::OnField_Validate(WideString* strChange, in OnField_Validate() argument 195 m_pWideStrChange = strChange; in OnField_Validate()
|
D | ijs_event_context.h | 70 virtual void OnField_Keystroke(WideString* strChange, 82 virtual void OnField_Validate(WideString* strChange,
|
D | cjs_event_context.h | 66 void OnField_Keystroke(WideString* strChange, 78 void OnField_Validate(WideString* strChange,
|
D | cjs_eventrecorder.h | 85 void OnField_Keystroke(WideString* strChange, 97 void OnField_Validate(WideString* strChange,
|
/external/pdfium/fpdfsdk/pwl/ |
D | cpwl_edit.h | 34 WideString& strChange,
|
D | cpwl_edit.cpp | 419 WideString strChange; in OnKeyDown() local 434 GetAttachedData(), strChange, strChangeEx, nSelStart, nSelEnd, true, in OnKeyDown()
|
/external/pdfium/fpdfsdk/formfiller/ |
D | cffl_interactiveformfiller.h | 136 WideString& strChange,
|
D | cffl_interactiveformfiller.cpp | 878 WideString& strChange, in OnBeforeKeyStroke() argument 915 fa.sChange = strChange; in OnBeforeKeyStroke()
|