Home
last modified time | relevance | path

Searched refs:NewEventContext (Results 1 – 7 of 7) sorted by relevance

/external/pdfium/fxjs/
Dcjs_runtimestub.cpp16 IJS_EventContext* CJS_RuntimeStub::NewEventContext() { in NewEventContext() function in CJS_RuntimeStub
Dcjs_runtimestub.h26 IJS_EventContext* NewEventContext() override;
Dijs_runtime.h57 virtual IJS_EventContext* NewEventContext() = 0;
Dijs_runtime.cpp19 : m_pRuntime(pRuntime), m_pContext(pRuntime->NewEventContext()) {} in ScopedEventContext()
Dcjs_runtime.h34 IJS_EventContext* NewEventContext() override;
Dcjs_publicmethods_embeddertest.cpp197 runtime.NewEventContext(); in TEST_F()
231 runtime.NewEventContext(); in TEST_F()
Dcjs_runtime.cpp129 IJS_EventContext* CJS_Runtime::NewEventContext() { in NewEventContext() function in CJS_Runtime