Home
last modified time | relevance | path

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

/external/pdfium/fxjs/
Dcjs_event_context.cpp18 : m_pRuntime(pRuntime), in CJS_EventContext()
26 return m_pRuntime->GetFormFillEnv(); in GetFormFillEnv()
31 v8::Isolate::Scope isolate_scope(m_pRuntime->GetIsolate()); in RunScript()
32 v8::HandleScope handle_scope(m_pRuntime->GetIsolate()); in RunScript()
33 v8::Local<v8::Context> context = m_pRuntime->GetV8Context(); in RunScript()
47 if (!m_pRuntime->AddEventToSet(event)) { in RunScript()
54 err = m_pRuntime->ExecuteScript(script); in RunScript()
56 m_pRuntime->RemoveEventFromSet(event); in RunScript()
62 v8::Local<v8::Object> pDocObj = m_pRuntime->NewFXJSBoundObject( in SourceField()
67 v8::Local<v8::Object> pFieldObj = m_pRuntime->NewFXJSBoundObject( in SourceField()
[all …]
Dglobal_timer.cpp35 m_pRuntime(pRuntime), in GlobalTimer()
45 if (m_pRuntime && m_pRuntime->GetTimerHandler()) in ~GlobalTimer()
46 m_pRuntime->GetTimerHandler()->KillTimer(m_nTimerID); in ~GlobalTimer()
Dijs_runtime.cpp16 : m_pRuntime(pRuntime), m_pContext(pRuntime->NewEventContext()) {} in ScopedEventContext()
19 m_pRuntime->ReleaseEventContext(m_pContext.Release()); in ~ScopedEventContext()
Dglobal_timer.h35 CJS_Runtime* GetRuntime() const { return m_pRuntime.Get(); } in GetRuntime()
46 ObservedPtr<CJS_Runtime> m_pRuntime; variable
Dcjs_object.h53 CJS_Runtime* GetRuntime() const { return m_pRuntime.Get(); } in GetRuntime()
58 ObservedPtr<CJS_Runtime> m_pRuntime; variable
Dcjs_event_context.h124 CJS_Runtime* GetJSRuntime() const { return m_pRuntime.Get(); } in GetJSRuntime()
131 UnownedPtr<CJS_Runtime> const m_pRuntime;
Dijs_runtime.h44 UnownedPtr<IJS_Runtime> const m_pRuntime;
Dcjs_object.cpp43 m_pRuntime(pRuntime) {} in CJS_Object()
/external/pdfium/fpdfsdk/fpdfxfa/
Dcpdfxfa_context.h122 std::unique_ptr<CJS_Runtime> m_pRuntime; variable