Searched refs:hRuntime (Results 1 - 12 of 12) sorted by relevance

/external/pdfium/xfa/src/fxfa/src/app/
H A Dxfa_ffdochandler.cpp63 void CXFA_FFDocHandler::SetJSERuntime(IXFA_Doc* hDoc, FXJSE_HRUNTIME hRuntime) { argument
64 static_cast<CXFA_FFDoc*>(hDoc)->GetXFADoc()->InitScriptContext(hRuntime);
H A Dxfa_ffdochandler.h36 virtual void SetJSERuntime(IXFA_Doc* hDoc, FXJSE_HRUNTIME hRuntime);
/external/pdfium/xfa/src/fxjse/src/
H A Druntime.cpp61 void FXJSE_Runtime_Release(FXJSE_HRUNTIME hRuntime) { argument
62 v8::Isolate* pIsolate = reinterpret_cast<v8::Isolate*>(hRuntime);
H A Dcontext.cpp14 FXJSE_HCONTEXT FXJSE_Context_Create(FXJSE_HRUNTIME hRuntime, argument
18 reinterpret_cast<v8::Isolate*>(hRuntime), lpGlobalClass, lpGlobalObject);
H A Dvalue.cpp224 FXJSE_HVALUE FXJSE_Value_Create(FXJSE_HRUNTIME hRuntime) { argument
226 CFXJSE_Value::Create(reinterpret_cast<v8::Isolate*>(hRuntime));
/external/pdfium/xfa/include/fxjse/
H A 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/common/
H A Dxfa_script.h78 virtual void Initialize(FXJSE_HRUNTIME hRuntime) = 0;
H A Dxfa_document.h172 IXFA_ScriptContext* InitScriptContext(FXJSE_HRUNTIME hRuntime);
/external/pdfium/xfa/src/fxfa/src/parser/
H A Dxfa_script_imp.h18 virtual void Initialize(FXJSE_HRUNTIME hRuntime);
H A Dxfa_document_imp.cpp248 IXFA_ScriptContext* CXFA_Document::InitScriptContext(FXJSE_HRUNTIME hRuntime) { argument
252 m_pScriptContext->Initialize(hRuntime);
H A Dxfa_script_imp.cpp76 void CXFA_ScriptContext::Initialize(FXJSE_HRUNTIME hRuntime) { argument
77 m_hJsRuntime = hRuntime;
/external/pdfium/xfa/include/fxfa/
H A Dfxfa.h501 virtual void SetJSERuntime(IXFA_Doc* hDoc, FXJSE_HRUNTIME hRuntime) = 0;

Completed in 689 milliseconds