HomeSort by relevance Sort by last modified time
    Searched refs:hRuntime (Results 1 - 12 of 12) sorted by null

  /external/pdfium/xfa/src/fxfa/src/app/
xfa_ffdochandler.h 36 virtual void SetJSERuntime(IXFA_Doc* hDoc, FXJSE_HRUNTIME hRuntime);
xfa_ffdochandler.cpp 63 void CXFA_FFDocHandler::SetJSERuntime(IXFA_Doc* hDoc, FXJSE_HRUNTIME hRuntime) {
64 static_cast<CXFA_FFDoc*>(hDoc)->GetXFADoc()->InitScriptContext(hRuntime);
  /external/pdfium/xfa/src/fxjse/src/
runtime.cpp 61 void FXJSE_Runtime_Release(FXJSE_HRUNTIME hRuntime) {
62 v8::Isolate* pIsolate = reinterpret_cast<v8::Isolate*>(hRuntime);
context.cpp 14 FXJSE_HCONTEXT FXJSE_Context_Create(FXJSE_HRUNTIME hRuntime,
18 reinterpret_cast<v8::Isolate*>(hRuntime), lpGlobalClass, lpGlobalObject);
value.cpp 224 FXJSE_HVALUE FXJSE_Value_Create(FXJSE_HRUNTIME hRuntime) {
226 CFXJSE_Value::Create(reinterpret_cast<v8::Isolate*>(hRuntime));
  /external/pdfium/xfa/include/fxjse/
fxjse.h 27 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/
xfa_script.h 34 CXFA_HVALUEArray(FXJSE_HRUNTIME hRunTime) : m_hRunTime(hRunTime){};
54 FXJSE_HRUNTIME hRunTime = hValueArray.m_hRunTime;
56 FXJSE_HVALUE hValue = FXJSE_Value_Create(hRunTime);
78 virtual void Initialize(FXJSE_HRUNTIME hRuntime) = 0;
xfa_document.h 172 IXFA_ScriptContext* InitScriptContext(FXJSE_HRUNTIME hRuntime);
  /external/pdfium/xfa/src/fxfa/src/parser/
xfa_script_imp.h 18 virtual void Initialize(FXJSE_HRUNTIME hRuntime);
xfa_document_imp.cpp 248 IXFA_ScriptContext* CXFA_Document::InitScriptContext(FXJSE_HRUNTIME hRuntime) {
252 m_pScriptContext->Initialize(hRuntime);
xfa_script_imp.cpp 76 void CXFA_ScriptContext::Initialize(FXJSE_HRUNTIME hRuntime) {
77 m_hJsRuntime = hRuntime;
    [all...]
  /external/pdfium/xfa/include/fxfa/
fxfa.h 501 virtual void SetJSERuntime(IXFA_Doc* hDoc, FXJSE_HRUNTIME hRuntime) = 0;
    [all...]

Completed in 863 milliseconds