Home
last modified time | relevance | path

Searched refs:IJS_EventContext (Results 1 – 12 of 12) sorted by relevance

/external/pdfium/fxjs/
Dijs_runtime.h20 class IJS_EventContext; variable
40 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;
Dcjs_runtimestub.h17 class IJS_EventContext; variable
26 IJS_EventContext* NewEventContext() override;
27 void ReleaseEventContext(IJS_EventContext* pContext) override;
35 std::unique_ptr<IJS_EventContext> m_pContext;
Dcjs_runtimestub.cpp17 IJS_EventContext* CJS_RuntimeStub::NewEventContext() { in NewEventContext()
23 void CJS_RuntimeStub::ReleaseEventContext(IJS_EventContext* pContext) {} in ReleaseEventContext()
Dcjs_runtime.h35 IJS_EventContext* NewEventContext() override;
36 void ReleaseEventContext(IJS_EventContext* pContext) override;
Dijs_event_context.h23 class IJS_EventContext {
25 virtual ~IJS_EventContext() = default;
Dcjs_runtime.cpp122 IJS_EventContext* CJS_Runtime::NewEventContext() { in NewEventContext()
127 void CJS_Runtime::ReleaseEventContext(IJS_EventContext* pContext) { in ReleaseEventContext()
Dcjs_event_context_stub.h12 class CJS_EventContextStub final : public IJS_EventContext {
Dcfxjs_engine.h33 class IJS_EventContext; // A description of the event that caused JS execution. variable
Dcjs_event_context.h22 class CJS_EventContext final : public IJS_EventContext {
/external/pdfium/fpdfsdk/
Dcpdfsdk_actionhandler.h22 class IJS_EventContext; variable
49 using RunScriptCallback = std::function<void(IJS_EventContext* context)>;
Dcpdfsdk_actionhandler.cpp297 [type, data, pFormField](IJS_EventContext* context) { in RunFieldJavaScript()
348 [pFormFillEnv, sScriptName](IJS_EventContext* context) { in RunDocumentOpenJavaScript()
358 [type, pFormFillEnv](IJS_EventContext* context) { in RunDocumentPageJavaScript()
/external/pdfium/fpdfsdk/fpdfxfa/
Dcpdfxfa_context.h25 class IJS_EventContext; variable