• Home
  • Raw
  • Download

Lines Matching refs:CJS_EventContext

15 CJS_EventContext::CJS_EventContext(CJS_Runtime* pRuntime)  in CJS_EventContext()  function in CJS_EventContext
22 CJS_EventContext::~CJS_EventContext() {} in ~CJS_EventContext()
24 CPDFSDK_FormFillEnvironment* CJS_EventContext::GetFormFillEnv() { in GetFormFillEnv()
28 bool CJS_EventContext::RunScript(const WideString& script, WideString* info) { in RunScript()
65 void CJS_EventContext::OnApp_Init() { in OnApp_Init()
69 void CJS_EventContext::OnDoc_Open(CPDFSDK_FormFillEnvironment* pFormFillEnv, in OnDoc_Open()
74 void CJS_EventContext::OnDoc_WillPrint( in OnDoc_WillPrint()
79 void CJS_EventContext::OnDoc_DidPrint( in OnDoc_DidPrint()
84 void CJS_EventContext::OnDoc_WillSave( in OnDoc_WillSave()
89 void CJS_EventContext::OnDoc_DidSave( in OnDoc_DidSave()
94 void CJS_EventContext::OnDoc_WillClose( in OnDoc_WillClose()
99 void CJS_EventContext::OnPage_Open(CPDFSDK_FormFillEnvironment* pFormFillEnv) { in OnPage_Open()
103 void CJS_EventContext::OnPage_Close(CPDFSDK_FormFillEnvironment* pFormFillEnv) { in OnPage_Close()
107 void CJS_EventContext::OnPage_InView( in OnPage_InView()
112 void CJS_EventContext::OnPage_OutView( in OnPage_OutView()
117 void CJS_EventContext::OnField_MouseDown(bool bModifier, in OnField_MouseDown()
123 void CJS_EventContext::OnField_MouseEnter(bool bModifier, in OnField_MouseEnter()
129 void CJS_EventContext::OnField_MouseExit(bool bModifier, in OnField_MouseExit()
135 void CJS_EventContext::OnField_MouseUp(bool bModifier, in OnField_MouseUp()
141 void CJS_EventContext::OnField_Focus(bool bModifier, in OnField_Focus()
148 void CJS_EventContext::OnField_Blur(bool bModifier, in OnField_Blur()
155 void CJS_EventContext::OnField_Calculate(CPDF_FormField* pSource, in OnField_Calculate()
162 void CJS_EventContext::OnField_Format(CPDF_FormField* pTarget, in OnField_Format()
168 void CJS_EventContext::OnField_Keystroke(WideString& strChange, in OnField_Keystroke()
185 void CJS_EventContext::OnField_Validate(WideString& strChange, in OnField_Validate()
197 void CJS_EventContext::OnScreen_Focus(bool bModifier, in OnScreen_Focus()
203 void CJS_EventContext::OnScreen_Blur(bool bModifier, in OnScreen_Blur()
209 void CJS_EventContext::OnScreen_Open(bool bModifier, in OnScreen_Open()
215 void CJS_EventContext::OnScreen_Close(bool bModifier, in OnScreen_Close()
221 void CJS_EventContext::OnScreen_MouseDown(bool bModifier, in OnScreen_MouseDown()
227 void CJS_EventContext::OnScreen_MouseUp(bool bModifier, in OnScreen_MouseUp()
233 void CJS_EventContext::OnScreen_MouseEnter(bool bModifier, in OnScreen_MouseEnter()
239 void CJS_EventContext::OnScreen_MouseExit(bool bModifier, in OnScreen_MouseExit()
245 void CJS_EventContext::OnScreen_InView(bool bModifier, in OnScreen_InView()
251 void CJS_EventContext::OnScreen_OutView(bool bModifier, in OnScreen_OutView()
257 void CJS_EventContext::OnBookmark_MouseUp(CPDF_Bookmark* pBookMark) { in OnBookmark_MouseUp()
261 void CJS_EventContext::OnLink_MouseUp( in OnLink_MouseUp()
266 void CJS_EventContext::OnConsole_Exec() { in OnConsole_Exec()
270 void CJS_EventContext::OnExternal_Exec() { in OnExternal_Exec()
274 void CJS_EventContext::OnBatchExec(CPDFSDK_FormFillEnvironment* pFormFillEnv) { in OnBatchExec()
278 void CJS_EventContext::OnMenu_Exec(CPDFSDK_FormFillEnvironment* pFormFillEnv, in OnMenu_Exec()