Home
last modified time | relevance | path

Searched refs:m_pRuntime (Results 1 – 5 of 5) sorted by relevance

/external/pdfium/fxjs/
Dcjs_event_context.cpp16 : m_pRuntime(pRuntime), in CJS_EventContext()
25 return m_pRuntime->GetFormFillEnv(); in GetFormFillEnv()
29 v8::Isolate::Scope isolate_scope(m_pRuntime->GetIsolate()); in RunScript()
30 v8::HandleScope handle_scope(m_pRuntime->GetIsolate()); in RunScript()
31 v8::Local<v8::Context> context = m_pRuntime->NewLocalContext(); in RunScript()
45 if (!m_pRuntime->AddEventToSet(event)) { in RunScript()
53 nRet = m_pRuntime->ExecuteScript(script.c_str(), &sErrorMessage); in RunScript()
60 m_pRuntime->RemoveEventFromSet(event); in RunScript()
Dglobal_timer.h31 CJS_Runtime* GetRuntime() const { return m_pRuntime.Get(); } in GetRuntime()
46 CJS_Runtime::ObservedPtr m_pRuntime; variable
Dcjs_event_context.h125 CJS_Runtime* GetJSRuntime() const { return m_pRuntime.Get(); } in GetJSRuntime()
131 UnownedPtr<CJS_Runtime> const m_pRuntime;
Dglobal_timer.cpp22 m_pRuntime(pRuntime), in GlobalTimer()
/external/pdfium/fpdfsdk/fpdfxfa/
Dcpdfxfa_context.h114 std::unique_ptr<CJS_Runtime> m_pRuntime; variable