Home
last modified time | relevance | path

Searched refs:pFXRuntime (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/fpdfsdk/include/jsapi/
Dfxjs_v8.h72 void JS_InitialRuntime(IJS_Runtime* pJSRuntime,IFXJS_Runtime* pFXRuntime, IFXJS_Context* cont…
/external/pdfium/fpdfsdk/src/jsapi/
Dfxjs_v8.cpp233 void JS_InitialRuntime(IJS_Runtime* pJSRuntime,IFXJS_Runtime* pFXRuntime, IFXJS_Context* context, v… in JS_InitialRuntime() argument
243 v8::Handle<v8::External> ptr = v8::External::New(isolate, pFXRuntime); in JS_InitialRuntime()