Searched defs:CJS_Runtime (Results 1 - 2 of 2) sorted by relevance

/external/pdfium/fpdfsdk/include/javascript/
H A DJS_Runtime.h18 class CJS_Runtime : public IFXJS_Runtime class in inherits:IFXJS_Runtime
21 CJS_Runtime(CPDFDoc_Environment * pApp);
22 virtual ~CJS_Runtime();
/external/pdfium/fpdfsdk/src/javascript/
H A DJS_Runtime.cpp42 return new CJS_Runtime(pApp);
66 delete (CJS_Runtime*)pRuntime;
95 /* ------------------------------ CJS_Runtime ------------------------------ */
97 CJS_Runtime::CJS_Runtime(CPDFDoc_Environment * pApp) : function in class:CJS_Runtime
114 CJS_Runtime::~CJS_Runtime()
134 FX_BOOL CJS_Runtime::InitJSObjects()
176 IFXJS_Context* CJS_Runtime::NewContext()
183 void CJS_Runtime
[all...]

Completed in 484 milliseconds