Home
last modified time | relevance | path

Searched refs:GetJSERuntime (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/fpdfsdk/include/fpdfxfa/
Dfpdfxfa_app.h33 FXJSE_HRUNTIME GetJSERuntime() const { return m_hJSERuntime; } in GetJSERuntime() function
/external/pdfium/fpdfsdk/src/javascript/
DJS_Runtime.cpp67 if (CPDFXFA_App::GetInstance()->GetJSERuntime()) {
69 m_isolate = (v8::Isolate*)CPDFXFA_App::GetInstance()->GetJSERuntime();
/external/pdfium/fpdfsdk/src/fpdfxfa/
Dfpdfxfa_doc.cpp102 pDocHandler->SetJSERuntime(m_pXFADoc, m_pApp->GetJSERuntime()); in LoadXFADoc()