Home
last modified time | relevance | path

Searched refs:CJS_EventContextStub (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/fxjs/
Dcjs_event_context_stub.h12 class CJS_EventContextStub final : public IJS_EventContext {
14 CJS_EventContextStub() {} in CJS_EventContextStub() function
15 ~CJS_EventContextStub() override {} in ~CJS_EventContextStub()
Dcjs_runtimestub.cpp22 m_pContext = pdfium::MakeUnique<CJS_EventContextStub>(); in NewEventContext()
48 std::unique_ptr<CJS_EventContextStub> m_pContext;
Dcjs_event_context_stub.cpp9 bool CJS_EventContextStub::RunScript(const WideString& script, in RunScript()