Home
last modified time | relevance | path

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

/external/pdfium/fxjs/
Dcjs_runtimestub.cpp17 IJS_EventContext* CJS_RuntimeStub::NewEventContext() { in NewEventContext() function in CJS_RuntimeStub
Dcjs_runtimestub.h26 IJS_EventContext* NewEventContext() override;
Dijs_runtime.cpp16 : m_pRuntime(pRuntime), m_pContext(pRuntime->NewEventContext()) {} in ScopedEventContext()
Dijs_runtime.h56 virtual IJS_EventContext* NewEventContext() = 0;
Dcjs_runtime.h35 IJS_EventContext* NewEventContext() override;
Dcjs_publicmethods_embeddertest.cpp191 runtime.NewEventContext(); in TEST_F()
227 runtime.NewEventContext(); in TEST_F()
Dcjs_runtime.cpp122 IJS_EventContext* CJS_Runtime::NewEventContext() { in NewEventContext() function in CJS_Runtime