Home
last modified time | relevance | path

Searched refs:NewJSRuntime (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/fpdfsdk/include/javascript/
DJS_Module.h25 IFXJS_Runtime* NewJSRuntime();
DIJavaScript.h97 IFXJS_Runtime* NewJSRuntime(CPDFDoc_Environment* pApp);
/external/pdfium/fpdfsdk/src/javascript/
DJS_Runtime.cpp34 IFXJS_Runtime* CJS_RuntimeFactory::NewJSRuntime(CPDFDoc_Environment* pApp) in NewJSRuntime() function in CJS_RuntimeFactory
/external/pdfium/fpdfsdk/src/
Dfsdk_mgr.cpp274 m_pJSRuntime = m_pJSRuntimeFactory->NewJSRuntime(this); in GetJSRuntime()