HomeSort by relevance Sort by last modified time
    Searched refs:m_pRuntime (Results 1 - 4 of 4) sorted by null

  /external/pdfium/fpdfsdk/javascript/
cjs_event_context.cpp 14 : m_pRuntime(pRuntime),
23 return m_pRuntime->GetFormFillEnv();
28 v8::Isolate::Scope isolate_scope(m_pRuntime->GetIsolate());
29 v8::HandleScope handle_scope(m_pRuntime->GetIsolate());
30 v8::Local<v8::Context> context = m_pRuntime->NewLocalContext();
44 if (!m_pRuntime->AddEventToSet(event)) {
52 nRet = m_pRuntime->ExecuteScript(script.c_str(), &sErrorMessage);
59 m_pRuntime->RemoveEventFromSet(event);
cjs_event_context.h 124 CJS_Runtime* GetJSRuntime() const { return m_pRuntime; }
130 CJS_Runtime* const m_pRuntime;
app.cpp 42 CJS_Runtime* GetRuntime() const { return m_pRuntime.Get(); }
57 CJS_Runtime::ObservedPtr m_pRuntime;
74 m_pRuntime(pRuntime),
  /external/pdfium/fpdfsdk/fpdfxfa/
cpdfxfa_context.h 108 std::unique_ptr<CJS_Runtime> m_pRuntime;

Completed in 563 milliseconds