Searched refs:IJS_EventContext (Results 1 – 14 of 14) sorted by relevance
18 class IJS_EventContext; variable28 virtual IJS_EventContext* NewEventContext() = 0;29 virtual void ReleaseEventContext(IJS_EventContext* pContext) = 0;
20 IJS_EventContext* NewEventContext() override { in NewEventContext()26 void ReleaseEventContext(IJS_EventContext* pContext) override {} in ReleaseEventContext()
36 IJS_EventContext* NewEventContext() override;37 void ReleaseEventContext(IJS_EventContext* pContext) override;
97 IJS_EventContext* pContext = NewEventContext(); in CJS_Runtime()160 IJS_EventContext* CJS_Runtime::NewEventContext() { in NewEventContext()165 void CJS_Runtime::ReleaseEventContext(IJS_EventContext* pContext) { in ReleaseEventContext()
21 class IJS_EventContext {130 virtual ~IJS_EventContext() {} in ~IJS_EventContext()
12 class CJS_EventContextStub final : public IJS_EventContext {
21 class CJS_EventContext : public IJS_EventContext {
38 class IJS_EventContext; // A description of the event that caused JS execution. variable
408 IJS_EventContext* pContext = pRuntime->NewEventContext(); in RunJsScript()
162 IJS_EventContext* pContext = pRuntime->NewEventContext(); in ExecuteLinkAction()286 IJS_EventContext* pContext = pRuntime->NewEventContext(); in ExecuteScreenAction()325 IJS_EventContext* pContext = pRuntime->NewEventContext(); in ExecuteBookMark()474 IJS_EventContext* pContext = pRuntime->NewEventContext(); in RunFieldJavaScript()525 IJS_EventContext* pContext = pRuntime->NewEventContext(); in RunDocumentOpenJavaScript()541 IJS_EventContext* pContext = pRuntime->NewEventContext(); in RunDocumentPageJavaScript()
287 IJS_EventContext* pContext = pRuntime->NewEventContext(); in OnCalculate()328 IJS_EventContext* pContext = pRuntime->NewEventContext(); in OnFormat()
23 class IJS_EventContext; variable
16 class IJS_EventContext; variable
999 IJS_EventContext* pContext = pFormFillEnv->GetJSRuntime()->NewEventContext(); in SetGlobalProperty()1015 IJS_EventContext* pContext = pFormFillEnv->GetJSRuntime()->NewEventContext(); in GetGlobalProperty()