Home
last modified time | relevance | path

Searched refs:hRuntime (Results 1 – 13 of 13) sorted by relevance

/external/pdfium/xfa/include/fxjse/
Dfxjse.h27 void FXJSE_Runtime_Release(FXJSE_HRUNTIME hRuntime);
29 FXJSE_HCONTEXT FXJSE_Context_Create(FXJSE_HRUNTIME hRuntime,
100 FXJSE_HVALUE FXJSE_Value_Create(FXJSE_HRUNTIME hRuntime);
/external/pdfium/xfa/src/fxfa/src/app/
Dxfa_ffdochandler.cpp63 void CXFA_FFDocHandler::SetJSERuntime(IXFA_Doc* hDoc, FXJSE_HRUNTIME hRuntime) { in SetJSERuntime() argument
64 static_cast<CXFA_FFDoc*>(hDoc)->GetXFADoc()->InitScriptContext(hRuntime); in SetJSERuntime()
Dxfa_ffdochandler.h36 virtual void SetJSERuntime(IXFA_Doc* hDoc, FXJSE_HRUNTIME hRuntime);
/external/pdfium/xfa/src/fxjse/src/
Druntime.cpp61 void FXJSE_Runtime_Release(FXJSE_HRUNTIME hRuntime) { in FXJSE_Runtime_Release() argument
62 v8::Isolate* pIsolate = reinterpret_cast<v8::Isolate*>(hRuntime); in FXJSE_Runtime_Release()
Dcontext.cpp14 FXJSE_HCONTEXT FXJSE_Context_Create(FXJSE_HRUNTIME hRuntime, in FXJSE_Context_Create() argument
18 reinterpret_cast<v8::Isolate*>(hRuntime), lpGlobalClass, lpGlobalObject); in FXJSE_Context_Create()
Dvalue.cpp224 FXJSE_HVALUE FXJSE_Value_Create(FXJSE_HRUNTIME hRuntime) { in FXJSE_Value_Create() argument
226 CFXJSE_Value::Create(reinterpret_cast<v8::Isolate*>(hRuntime)); in FXJSE_Value_Create()
/external/pdfium/xfa/src/fxfa/src/common/
Dxfa_script.h78 virtual void Initialize(FXJSE_HRUNTIME hRuntime) = 0;
Dxfa_document.h172 IXFA_ScriptContext* InitScriptContext(FXJSE_HRUNTIME hRuntime);
/external/pdfium/xfa/src/fxfa/src/parser/
Dxfa_document_imp.cpp248 IXFA_ScriptContext* CXFA_Document::InitScriptContext(FXJSE_HRUNTIME hRuntime) { in InitScriptContext() argument
252 m_pScriptContext->Initialize(hRuntime); in InitScriptContext()
Dxfa_script_imp.h18 virtual void Initialize(FXJSE_HRUNTIME hRuntime);
Dxfa_script_imp.cpp76 void CXFA_ScriptContext::Initialize(FXJSE_HRUNTIME hRuntime) { in Initialize() argument
77 m_hJsRuntime = hRuntime; in Initialize()
/external/pdfium/xfa/include/fxfa/
Dfxfa.h501 virtual void SetJSERuntime(IXFA_Doc* hDoc, FXJSE_HRUNTIME hRuntime) = 0;
/external/pdfium/xfa/src/fxfa/src/fm2js/
Dxfa_fm2jscontext.cpp6893 FXJSE_HRUNTIME hRuntime = pContext->GetScriptRuntime(); in ParseResolveResult() local
6901 resultValues[i] = FXJSE_Value_Create(hRuntime); in ParseResolveResult()
6908 CXFA_HVALUEArray objectProperties(hRuntime); in ParseResolveResult()
6915 resultValues[0] = FXJSE_Value_Create(hRuntime); in ParseResolveResult()
6922 resultValues[i] = FXJSE_Value_Create(hRuntime); in ParseResolveResult()