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

  /external/pdfium/fxjs/
cfxjse_arguments.h 22 v8::Isolate* GetRuntime() const;
cfxjse_arguments.cpp 12 v8::Isolate* CFXJSE_Arguments::GetRuntime() const {
cfxjse_context.h 30 v8::Isolate* GetRuntime() { return m_pIsolate; }
cfxjse_context.cpp 104 lpClass->GetContext()->GetRuntime(), lpClass->GetTemplate());
  /external/pdfium/xfa/fxfa/parser/
cxfa_scriptcontext.h 45 v8::Isolate* GetRuntime() const { return m_pIsolate; }
cxfa_resolveprocessor.cpp 698 new CFXJSE_Value(rnd.m_pSC->GetRuntime()));
cxfa_node.cpp     [all...]
  /art/runtime/
java_vm_ext.h 69 Runtime* GetRuntime() const {
java_vm_ext.cc 355 delete raw_vm->GetRuntime();
373 Runtime* runtime = raw_vm->GetRuntime();
404 Runtime* runtime = reinterpret_cast<JavaVMExt*>(vm)->GetRuntime();
    [all...]
  /external/pdfium/fpdfsdk/javascript/
app.cpp 42 CJS_Runtime* GetRuntime() const { return m_pRuntime.Get(); }
86 if (GetRuntime())
572 CJS_Runtime* pRuntime = pTimer->GetRuntime();
  /external/pdfium/xfa/fxfa/app/
xfa_ffwidgetacc.cpp 640 new CFXJSE_Value(pContext->GetRuntime()));
    [all...]

Completed in 236 milliseconds