• Home
  • Raw
  • Download

Lines Matching refs:m_pEventHandler

22 	m_pEventHandler = new CJS_EventHandler(this);  in CJS_Context()
27 if (m_pEventHandler) in ~CJS_Context()
29 delete m_pEventHandler; in ~CJS_Context()
30 m_pEventHandler = NULL; in ~CJS_Context()
59 ASSERT(m_pEventHandler != NULL); in DoJob()
60 ASSERT(m_pEventHandler->IsValid()); in DoJob()
62 if (!m_pRuntime->AddEventToLoop(m_pEventHandler->TargetName(), m_pEventHandler->EventType())) in DoJob()
108 m_pRuntime->RemoveEventInLoop(m_pEventHandler->TargetName(), m_pEventHandler->EventType()); in DoJob()
110 m_pEventHandler->Destroy(); in DoJob()
138 ASSERT(m_pEventHandler != NULL); in OnApp_Init()
139 m_pEventHandler->OnApp_Init(); in OnApp_Init()
144 ASSERT(m_pEventHandler != NULL); in OnDoc_Open()
145 m_pEventHandler->OnDoc_Open(pDoc,strTargetName); in OnDoc_Open()
150 ASSERT(m_pEventHandler != NULL); in OnDoc_WillPrint()
151 m_pEventHandler->OnDoc_WillPrint(pDoc); in OnDoc_WillPrint()
156 ASSERT(m_pEventHandler != NULL); in OnDoc_DidPrint()
157 m_pEventHandler->OnDoc_DidPrint(pDoc); in OnDoc_DidPrint()
162 ASSERT(m_pEventHandler != NULL); in OnDoc_WillSave()
163 m_pEventHandler->OnDoc_WillSave(pDoc); in OnDoc_WillSave()
168 ASSERT(m_pEventHandler != NULL); in OnDoc_DidSave()
169 m_pEventHandler->OnDoc_DidSave(pDoc); in OnDoc_DidSave()
174 ASSERT(m_pEventHandler != NULL); in OnDoc_WillClose()
175 m_pEventHandler->OnDoc_WillClose(pDoc); in OnDoc_WillClose()
180 ASSERT(m_pEventHandler != NULL); in OnPage_Open()
181 m_pEventHandler->OnPage_Open(pTarget); in OnPage_Open()
186 ASSERT(m_pEventHandler != NULL); in OnPage_Close()
187 m_pEventHandler->OnPage_Close(pTarget); in OnPage_Close()
192 ASSERT(m_pEventHandler != NULL); in OnPage_InView()
193 m_pEventHandler->OnPage_InView(pTarget); in OnPage_InView()
198 ASSERT(m_pEventHandler != NULL); in OnPage_OutView()
199 m_pEventHandler->OnPage_OutView(pTarget); in OnPage_OutView()
204 ASSERT(m_pEventHandler != NULL); in OnField_MouseDown()
205 m_pEventHandler->OnField_MouseDown(bModifier, bShift, pTarget); in OnField_MouseDown()
210 ASSERT(m_pEventHandler != NULL); in OnField_MouseEnter()
211 m_pEventHandler->OnField_MouseEnter(bModifier, bShift, pTarget); in OnField_MouseEnter()
216 ASSERT(m_pEventHandler != NULL); in OnField_MouseExit()
217 m_pEventHandler->OnField_MouseExit(bModifier, bShift, pTarget); in OnField_MouseExit()
222 ASSERT(m_pEventHandler != NULL); in OnField_MouseUp()
223 m_pEventHandler->OnField_MouseUp(bModifier, bShift, pTarget); in OnField_MouseUp()
228 ASSERT(m_pEventHandler != NULL); in OnField_Focus()
229 m_pEventHandler->OnField_Focus(bModifier, bShift, pTarget, Value); in OnField_Focus()
234 ASSERT(m_pEventHandler != NULL); in OnField_Blur()
235 m_pEventHandler->OnField_Blur(bModifier, bShift, pTarget, Value); in OnField_Blur()
240 ASSERT(m_pEventHandler != NULL); in OnField_Calculate()
241 m_pEventHandler->OnField_Calculate(pSource, pTarget, Value, bRc); in OnField_Calculate()
246 ASSERT(m_pEventHandler != NULL); in OnField_Format()
247 m_pEventHandler->OnField_Format(nCommitKey, pTarget, Value, bWillCommit); in OnField_Format()
256 ASSERT(m_pEventHandler != NULL); in OnField_Keystroke()
257 m_pEventHandler->OnField_Keystroke(nCommitKey, strChange, strChangeEx, bKeyDown, in OnField_Keystroke()
265 ASSERT(m_pEventHandler != NULL); in OnField_Validate()
266m_pEventHandler->OnField_Validate(strChange, strChangeEx, bKeyDown, bModifier, bShift, pTarget, Va… in OnField_Validate()
271 ASSERT(m_pEventHandler != NULL); in OnScreen_Focus()
272 m_pEventHandler->OnScreen_Focus(bModifier, bShift, pScreen); in OnScreen_Focus()
277 ASSERT(m_pEventHandler != NULL); in OnScreen_Blur()
278 m_pEventHandler->OnScreen_Blur(bModifier, bShift, pScreen); in OnScreen_Blur()
283 ASSERT(m_pEventHandler != NULL); in OnScreen_Open()
284 m_pEventHandler->OnScreen_Open(bModifier, bShift, pScreen); in OnScreen_Open()
289 ASSERT(m_pEventHandler != NULL); in OnScreen_Close()
290 m_pEventHandler->OnScreen_Close(bModifier, bShift, pScreen); in OnScreen_Close()
295 ASSERT(m_pEventHandler != NULL); in OnScreen_MouseDown()
296 m_pEventHandler->OnScreen_MouseDown(bModifier, bShift, pScreen); in OnScreen_MouseDown()
301 ASSERT(m_pEventHandler != NULL); in OnScreen_MouseUp()
302 m_pEventHandler->OnScreen_MouseUp(bModifier, bShift, pScreen); in OnScreen_MouseUp()
307 ASSERT(m_pEventHandler != NULL); in OnScreen_MouseEnter()
308 m_pEventHandler->OnScreen_MouseEnter(bModifier, bShift, pScreen); in OnScreen_MouseEnter()
313 ASSERT(m_pEventHandler != NULL); in OnScreen_MouseExit()
314 m_pEventHandler->OnScreen_MouseExit(bModifier, bShift, pScreen); in OnScreen_MouseExit()
319 ASSERT(m_pEventHandler != NULL); in OnScreen_InView()
320 m_pEventHandler->OnScreen_InView(bModifier, bShift, pScreen); in OnScreen_InView()
325 ASSERT(m_pEventHandler != NULL); in OnScreen_OutView()
326 m_pEventHandler->OnScreen_OutView(bModifier, bShift, pScreen); in OnScreen_OutView()
331 ASSERT(m_pEventHandler != NULL); in OnBookmark_MouseUp()
332 m_pEventHandler->OnBookmark_MouseUp(pBookMark); in OnBookmark_MouseUp()
337 ASSERT(m_pEventHandler != NULL); in OnLink_MouseUp()
338 m_pEventHandler->OnLink_MouseUp(pTarget); in OnLink_MouseUp()
343 ASSERT(m_pEventHandler != NULL); in OnConsole_Exec()
344 m_pEventHandler->OnConsole_Exec(); in OnConsole_Exec()
349 ASSERT(m_pEventHandler != NULL); in OnExternal_Exec()
350 m_pEventHandler->OnExternal_Exec(); in OnExternal_Exec()
355 ASSERT(m_pEventHandler != NULL); in OnBatchExec()
356 m_pEventHandler->OnBatchExec(pTarget); in OnBatchExec()
361 ASSERT(m_pEventHandler != NULL); in OnMenu_Exec()
362 m_pEventHandler->OnMenu_Exec(pTarget, strTargetName); in OnMenu_Exec()