Home
last modified time | relevance | path

Searched defs:hRuntime (Results 1 – 7 of 7) sorted by relevance

/external/pdfium/xfa/src/fxjse/src/
Druntime.cpp61 void FXJSE_Runtime_Release(FXJSE_HRUNTIME hRuntime) { in FXJSE_Runtime_Release()
Dcontext.cpp14 FXJSE_HCONTEXT FXJSE_Context_Create(FXJSE_HRUNTIME hRuntime, in FXJSE_Context_Create()
Dvalue.cpp224 FXJSE_HVALUE FXJSE_Value_Create(FXJSE_HRUNTIME hRuntime) { in FXJSE_Value_Create()
/external/pdfium/xfa/src/fxfa/src/app/
Dxfa_ffdochandler.cpp63 void CXFA_FFDocHandler::SetJSERuntime(IXFA_Doc* hDoc, FXJSE_HRUNTIME hRuntime) { in SetJSERuntime()
/external/pdfium/xfa/src/fxfa/src/parser/
Dxfa_document_imp.cpp248 IXFA_ScriptContext* CXFA_Document::InitScriptContext(FXJSE_HRUNTIME hRuntime) { in InitScriptContext()
Dxfa_script_imp.cpp76 void CXFA_ScriptContext::Initialize(FXJSE_HRUNTIME hRuntime) { in Initialize()
/external/pdfium/xfa/src/fxfa/src/fm2js/
Dxfa_fm2jscontext.cpp6893 FXJSE_HRUNTIME hRuntime = pContext->GetScriptRuntime(); in ParseResolveResult() local