Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/
Dcxfa_ffdoc.h111 virtual IJS_Runtime* GetIJSRuntime(const CXFA_FFDoc* hDoc) const = 0;
160 IJS_Runtime* GetIJSRuntime() const;
Dcxfa_ffdoc.cpp211 IJS_Runtime* CXFA_FFDoc::GetIJSRuntime() const { in GetIJSRuntime() function in CXFA_FFDoc
212 return m_pDocEnvironment->GetIJSRuntime(this); in GetIJSRuntime()
/external/pdfium/fpdfsdk/fpdfxfa/
Dcpdfxfa_docenvironment.h59 IJS_Runtime* GetIJSRuntime(const CXFA_FFDoc* hDoc) const override;
Dcpdfxfa_context.cpp296 return m_pFormFillEnv->GetIJSRuntime()->AsCJSRuntime(); in GetCJSRuntime()
Dcpdfxfa_docenvironment.cpp617 IJS_Runtime* CPDFXFA_DocEnvironment::GetIJSRuntime( in GetIJSRuntime() function in CPDFXFA_DocEnvironment
623 return pFormFillEnv ? pFormFillEnv->GetIJSRuntime() : nullptr; in GetIJSRuntime()
/external/pdfium/fpdfsdk/
Dcpdfsdk_interactiveform.cpp255 IJS_Runtime* pRuntime = m_pFormFillEnv->GetIJSRuntime(); in OnCalculate()
296 IJS_Runtime* pRuntime = m_pFormFillEnv->GetIJSRuntime(); in OnFormat()
Dcpdfsdk_formfillenvironment.h245 IJS_Runtime* GetIJSRuntime(); // Creates if not present.
Dcpdfsdk_formfillenvironment.cpp340 IJS_Runtime* CPDFSDK_FormFillEnvironment::GetIJSRuntime() { in GetIJSRuntime() function in CPDFSDK_FormFillEnvironment
1200 IJS_Runtime::ScopedEventContext pContext(GetIJSRuntime()); in RunScript()
/external/pdfium/fxjs/xfa/
Dcfxjse_engine.cpp284 auto* pCJSRuntime = static_cast<CJS_Runtime*>(hDoc->GetIJSRuntime()); in GlobalPropertySetter()
350 auto* pCJSRuntime = static_cast<CJS_Runtime*>(hDoc->GetIJSRuntime()); in GlobalPropertyGetter()
441 auto* pCJSRuntime = static_cast<CJS_Runtime*>(hDoc->GetIJSRuntime()); in NormalPropertyGetter()