Searched refs:IJS_EventContext (Results 1 – 12 of 12) sorted by relevance
20 class IJS_EventContext; variable40 IJS_EventContext* Get() const { return m_pContext.Get(); } in Get()41 IJS_EventContext* operator->() const { return m_pContext.Get(); }45 UnownedPtr<IJS_EventContext> m_pContext;56 virtual IJS_EventContext* NewEventContext() = 0;57 virtual void ReleaseEventContext(IJS_EventContext* pContext) = 0;
17 class IJS_EventContext; variable26 IJS_EventContext* NewEventContext() override;27 void ReleaseEventContext(IJS_EventContext* pContext) override;35 std::unique_ptr<IJS_EventContext> m_pContext;
17 IJS_EventContext* CJS_RuntimeStub::NewEventContext() { in NewEventContext()23 void CJS_RuntimeStub::ReleaseEventContext(IJS_EventContext* pContext) {} in ReleaseEventContext()
35 IJS_EventContext* NewEventContext() override;36 void ReleaseEventContext(IJS_EventContext* pContext) override;
23 class IJS_EventContext {25 virtual ~IJS_EventContext() = default;
122 IJS_EventContext* CJS_Runtime::NewEventContext() { in NewEventContext()127 void CJS_Runtime::ReleaseEventContext(IJS_EventContext* pContext) { in ReleaseEventContext()
12 class CJS_EventContextStub final : public IJS_EventContext {
33 class IJS_EventContext; // A description of the event that caused JS execution. variable
22 class CJS_EventContext final : public IJS_EventContext {
22 class IJS_EventContext; variable49 using RunScriptCallback = std::function<void(IJS_EventContext* context)>;
297 [type, data, pFormField](IJS_EventContext* context) { in RunFieldJavaScript()348 [pFormFillEnv, sScriptName](IJS_EventContext* context) { in RunDocumentOpenJavaScript()358 [type, pFormFillEnv](IJS_EventContext* context) { in RunDocumentPageJavaScript()
25 class IJS_EventContext; variable