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

  /external/pdfium/xfa/src/fxjse/src/
context.h 20 V8_INLINE v8::Isolate* GetRuntime(void) { return m_pIsolate; }
util_inline.h 40 lpClass->GetContext()->GetRuntime(), lpClass->GetTemplate());
context.cpp 32 CFXJSE_Value* lpValue = CFXJSE_Value::Create(pContext->GetRuntime());
39 return pContext ? reinterpret_cast<FXJSE_HRUNTIME>(pContext->GetRuntime())
class.cpp 31 v8::Isolate* pIsolate = lpContext->GetRuntime();
155 FXJSE_HRUNTIME CFXJSE_Arguments::GetRuntime() const {
  /external/pdfium/fpdfsdk/src/javascript/
JS_Object.h 91 CJS_Runtime* GetRuntime() const { return m_bValid ? m_pRuntime : nullptr; }
JS_Object.cpp 119 CJS_Runtime* pRuntime = GetRuntime();
app.cpp 563 CJS_Runtime* pRuntime = pTimer->GetRuntime();
  /external/pdfium/xfa/src/fxfa/src/common/
xfa_script.h 94 virtual FXJSE_HRUNTIME GetRuntime() const = 0;
  /art/runtime/
java_vm_ext.h 56 Runtime* GetRuntime() const {
java_vm_ext.cc 323 delete raw_vm->GetRuntime();
341 Runtime* runtime = raw_vm->GetRuntime();
379 Runtime* runtime = reinterpret_cast<JavaVMExt*>(vm)->GetRuntime();
    [all...]
  /external/pdfium/xfa/src/fxfa/src/parser/
xfa_script_imp.h 36 virtual FXJSE_HRUNTIME GetRuntime() const { return m_hJsRuntime; }
xfa_script_resolveprocessor.cpp 711 FXJSE_HVALUE pRetValue = FXJSE_Value_Create(rnd.m_pSC->GetRuntime());
xfa_object_imp.cpp 647 hValue = FXJSE_Value_Create(pScriptContext->GetRuntime());
703 CXFA_HVALUEArray hValueArray(pScriptContext->GetRuntime());
    [all...]
  /external/pdfium/xfa/include/fxjse/
fxjse.h 43 FXJSE_HRUNTIME GetRuntime() const;
  /external/pdfium/xfa/src/fxfa/src/app/
xfa_ffwidgetacc.cpp 666 FXJSE_HVALUE hRetValue = FXJSE_Value_Create(pContext->GetRuntime());
    [all...]

Completed in 959 milliseconds