Lines Matching refs:CJS_EventContext
17 CJS_EventContext::CJS_EventContext(CJS_Runtime* pRuntime) in CJS_EventContext() function in CJS_EventContext
23 CJS_EventContext::~CJS_EventContext() = default;
25 CPDFSDK_FormFillEnvironment* CJS_EventContext::GetFormFillEnv() { in GetFormFillEnv()
29 Optional<IJS_Runtime::JS_Error> CJS_EventContext::RunScript( in RunScript()
61 CJS_Field* CJS_EventContext::SourceField() { in SourceField()
86 CJS_Field* CJS_EventContext::TargetField() { in TargetField()
111 void CJS_EventContext::OnApp_Init() { in OnApp_Init()
115 void CJS_EventContext::OnDoc_Open(CPDFSDK_FormFillEnvironment* pFormFillEnv, in OnDoc_Open()
120 void CJS_EventContext::OnDoc_WillPrint( in OnDoc_WillPrint()
125 void CJS_EventContext::OnDoc_DidPrint( in OnDoc_DidPrint()
130 void CJS_EventContext::OnDoc_WillSave( in OnDoc_WillSave()
135 void CJS_EventContext::OnDoc_DidSave( in OnDoc_DidSave()
140 void CJS_EventContext::OnDoc_WillClose( in OnDoc_WillClose()
145 void CJS_EventContext::OnPage_Open(CPDFSDK_FormFillEnvironment* pFormFillEnv) { in OnPage_Open()
149 void CJS_EventContext::OnPage_Close(CPDFSDK_FormFillEnvironment* pFormFillEnv) { in OnPage_Close()
153 void CJS_EventContext::OnPage_InView( in OnPage_InView()
158 void CJS_EventContext::OnPage_OutView( in OnPage_OutView()
163 void CJS_EventContext::OnField_MouseDown(bool bModifier, in OnField_MouseDown()
169 void CJS_EventContext::OnField_MouseEnter(bool bModifier, in OnField_MouseEnter()
175 void CJS_EventContext::OnField_MouseExit(bool bModifier, in OnField_MouseExit()
181 void CJS_EventContext::OnField_MouseUp(bool bModifier, in OnField_MouseUp()
187 void CJS_EventContext::OnField_Focus(bool bModifier, in OnField_Focus()
194 void CJS_EventContext::OnField_Blur(bool bModifier, in OnField_Blur()
201 void CJS_EventContext::OnField_Calculate(CPDF_FormField* pSource, in OnField_Calculate()
208 void CJS_EventContext::OnField_Format(CPDF_FormField* pTarget, in OnField_Format()
213 void CJS_EventContext::OnField_Keystroke(WideString* strChange, in OnField_Keystroke()
230 void CJS_EventContext::OnField_Validate(WideString* strChange, in OnField_Validate()
242 void CJS_EventContext::OnScreen_Focus(bool bModifier, in OnScreen_Focus()
248 void CJS_EventContext::OnScreen_Blur(bool bModifier, in OnScreen_Blur()
254 void CJS_EventContext::OnScreen_Open(bool bModifier, in OnScreen_Open()
260 void CJS_EventContext::OnScreen_Close(bool bModifier, in OnScreen_Close()
266 void CJS_EventContext::OnScreen_MouseDown(bool bModifier, in OnScreen_MouseDown()
272 void CJS_EventContext::OnScreen_MouseUp(bool bModifier, in OnScreen_MouseUp()
278 void CJS_EventContext::OnScreen_MouseEnter(bool bModifier, in OnScreen_MouseEnter()
284 void CJS_EventContext::OnScreen_MouseExit(bool bModifier, in OnScreen_MouseExit()
290 void CJS_EventContext::OnScreen_InView(bool bModifier, in OnScreen_InView()
296 void CJS_EventContext::OnScreen_OutView(bool bModifier, in OnScreen_OutView()
302 void CJS_EventContext::OnBookmark_MouseUp(CPDF_Bookmark* pBookMark) { in OnBookmark_MouseUp()
306 void CJS_EventContext::OnLink_MouseUp( in OnLink_MouseUp()
311 void CJS_EventContext::OnConsole_Exec() { in OnConsole_Exec()
315 void CJS_EventContext::OnExternal_Exec() { in OnExternal_Exec()
319 void CJS_EventContext::OnBatchExec(CPDFSDK_FormFillEnvironment* pFormFillEnv) { in OnBatchExec()
323 void CJS_EventContext::OnMenu_Exec(CPDFSDK_FormFillEnvironment* pFormFillEnv, in OnMenu_Exec()