Home
last modified time | relevance | path

Searched refs:strChange (Results 1 – 10 of 10) sorted by relevance

/external/pdfium/fpdfsdk/javascript/
Dcjs_event_context.cpp167 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()
Dijs_event_context.h69 virtual void OnField_Keystroke(CFX_WideString& strChange,
81 virtual void OnField_Validate(CFX_WideString& strChange,
Dcjs_event_context.h66 void OnField_Keystroke(CFX_WideString& strChange,
78 void OnField_Validate(CFX_WideString& strChange,
DJS_Runtime_Stub.cpp62 void OnField_Keystroke(CFX_WideString& strChange, in OnField_Keystroke() argument
74 void OnField_Validate(CFX_WideString& strChange, in OnField_Validate() argument
DJS_EventHandler.h88 void OnField_Keystroke(CFX_WideString& strChange,
100 void OnField_Validate(CFX_WideString& strChange,
DJS_EventHandler.cpp170 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/
DPWL_Edit.h31 CFX_WideString& strChange,
DPWL_Edit.cpp613 CFX_WideString strChange; in OnKeyDown() local
622 m_pFillerNotify->OnBeforeKeyStroke(GetAttachedData(), strChange, in OnKeyDown()
/external/pdfium/fpdfsdk/formfiller/
Dcffl_interactiveformfiller.h147 CFX_WideString& strChange,
Dcffl_interactiveformfiller.cpp879 CFX_WideString& strChange, in OnBeforeKeyStroke() argument
917 fa.sChange = strChange; in OnBeforeKeyStroke()