Home
last modified time | relevance | path

Searched refs:FXJSE_HRUNTIME (Results 1 – 18 of 18) sorted by relevance

/external/pdfium/xfa/include/fxjse/
Dfxjse.h17 typedef struct FXJSE_HRUNTIME_ { void* pData; } * FXJSE_HRUNTIME; typedef
26 FXJSE_HRUNTIME FXJSE_Runtime_Create();
27 void FXJSE_Runtime_Release(FXJSE_HRUNTIME hRuntime);
29 FXJSE_HCONTEXT FXJSE_Context_Create(FXJSE_HRUNTIME hRuntime,
34 FXJSE_HRUNTIME FXJSE_Context_GetRuntime(FXJSE_HCONTEXT hContext);
43 FXJSE_HRUNTIME GetRuntime() const;
100 FXJSE_HVALUE FXJSE_Value_Create(FXJSE_HRUNTIME hRuntime);
102 FXJSE_HRUNTIME FXJSE_Value_GetRuntime(FXJSE_HVALUE hValue);
/external/pdfium/xfa/src/fxfa/src/common/
Dxfa_script.h34 CXFA_HVALUEArray(FXJSE_HRUNTIME hRunTime) : m_hRunTime(hRunTime){}; in CXFA_HVALUEArray()
46 FXJSE_HRUNTIME m_hRunTime;
54 FXJSE_HRUNTIME hRunTime = hValueArray.m_hRunTime; in GetAttributeResult()
78 virtual void Initialize(FXJSE_HRUNTIME hRuntime) = 0;
94 virtual FXJSE_HRUNTIME GetRuntime() const = 0;
Dxfa_fm2jsapi.h19 FXJSE_HRUNTIME hScriptRuntime,
Dxfa_document.h172 IXFA_ScriptContext* InitScriptContext(FXJSE_HRUNTIME hRuntime);
/external/pdfium/xfa/src/fxjse/src/
Druntime.cpp53 FXJSE_HRUNTIME FXJSE_Runtime_Create() { in FXJSE_Runtime_Create()
59 return reinterpret_cast<FXJSE_HRUNTIME>(pIsolate); in FXJSE_Runtime_Create()
61 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()
37 FXJSE_HRUNTIME FXJSE_Context_GetRuntime(FXJSE_HCONTEXT hContext) { in FXJSE_Context_GetRuntime()
39 return pContext ? reinterpret_cast<FXJSE_HRUNTIME>(pContext->GetRuntime()) in FXJSE_Context_GetRuntime()
Dclass.cpp155 FXJSE_HRUNTIME CFXJSE_Arguments::GetRuntime() const { in GetRuntime()
158 return reinterpret_cast<FXJSE_HRUNTIME>( in GetRuntime()
Dvalue.cpp224 FXJSE_HVALUE FXJSE_Value_Create(FXJSE_HRUNTIME hRuntime) { in FXJSE_Value_Create()
236 FXJSE_HRUNTIME FXJSE_Value_GetRuntime(FXJSE_HVALUE hValue) { in FXJSE_Value_GetRuntime()
239 return reinterpret_cast<FXJSE_HRUNTIME>(lpValue->GetIsolate()); in FXJSE_Value_GetRuntime()
/external/pdfium/xfa/src/fxfa/src/parser/
Dxfa_script_imp.h18 virtual void Initialize(FXJSE_HRUNTIME hRuntime);
36 virtual FXJSE_HRUNTIME GetRuntime() const { return m_hJsRuntime; } in GetRuntime()
102 FXJSE_HRUNTIME m_hJsRuntime;
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/fpdfsdk/include/fpdfxfa/
Dfpdfxfa_app.h33 FXJSE_HRUNTIME GetJSERuntime() const { return m_hJSERuntime; } in GetJSERuntime()
92 FXJSE_HRUNTIME m_hJSERuntime;
/external/pdfium/xfa/src/fxfa/src/fm2js/
Dxfa_fm2jsapi.cpp38 FXJSE_HRUNTIME hScriptRuntime, in XFA_FM2JS_ContextInitialize()
Dxfa_fm2jscontext.h433 void Initialize(FXJSE_HRUNTIME hScriptRuntime,
438 FXJSE_HRUNTIME GetScriptRuntime() const { return m_hScriptRuntime; } in GetScriptRuntime()
443 FXJSE_HRUNTIME m_hScriptRuntime;
Dxfa_fm2jscontext.cpp260 FXJSE_HRUNTIME hruntime = pContext->GetScriptRuntime(); in Avg()
347 FXJSE_HRUNTIME hruntime = pContext->GetScriptRuntime(); in Count()
430 FXJSE_HRUNTIME hruntime = pContext->GetScriptRuntime(); in Max()
533 FXJSE_HRUNTIME hruntime = pContext->GetScriptRuntime(); in Min()
636 FXJSE_HRUNTIME hruntime = pContext->GetScriptRuntime(); in Mod()
723 FXJSE_HRUNTIME hruntime = pContext->GetScriptRuntime(); in Round()
831 FXJSE_HRUNTIME hruntime = pContext->GetScriptRuntime(); in Sum()
3010 FXJSE_HRUNTIME hruntime = pContext->GetScriptRuntime(); in Choose()
3219 FXJSE_HRUNTIME hruntime = pContext->GetScriptRuntime(); in Eval()
3254 FXJSE_HRUNTIME hruntime = pContext->GetScriptRuntime(); in Ref()
[all …]
/external/pdfium/xfa/src/fxfa/src/app/
Dxfa_ffdochandler.h36 virtual void SetJSERuntime(IXFA_Doc* hDoc, FXJSE_HRUNTIME hRuntime);
Dxfa_ffdochandler.cpp63 void CXFA_FFDocHandler::SetJSERuntime(IXFA_Doc* hDoc, FXJSE_HRUNTIME hRuntime) { in SetJSERuntime()
/external/pdfium/xfa/include/fxfa/
Dfxfa.h501 virtual void SetJSERuntime(IXFA_Doc* hDoc, FXJSE_HRUNTIME hRuntime) = 0;