Lines Matching refs:CJS_Runtime
41 return new CJS_Runtime(pApp); in NewJSRuntime()
65 delete (CJS_Runtime*)pRuntime; in DeleteJSRuntime()
108 CJS_Runtime::CJS_Runtime(CPDFDoc_Environment * pApp) : in CJS_Runtime() function in CJS_Runtime
128 CJS_Runtime::~CJS_Runtime() in ~CJS_Runtime()
148 FX_BOOL CJS_Runtime::InitJSObjects() in InitJSObjects()
190 IFXJS_Context* CJS_Runtime::NewContext() in NewContext()
197 void CJS_Runtime::ReleaseContext(IFXJS_Context * pContext) in ReleaseContext()
212 IFXJS_Context* CJS_Runtime::GetCurrentContext() in GetCurrentContext()
219 void CJS_Runtime::SetReaderDocument(CPDFSDK_Document* pReaderDoc) in SetReaderDocument()
253 FX_BOOL CJS_Runtime::AddEventToLoop(const CFX_WideString& sTargetName, JS_EVENT_T eEventType) in AddEventToLoop()
288 void CJS_Runtime::RemoveEventInLoop(const CFX_WideString& sTargetName, JS_EVENT_T eEventType) in RemoveEventInLoop()
318 void CJS_Runtime::RemoveEventsInLoop(CJS_FieldEvent* pStart) in RemoveEventsInLoop()
331 v8::Local<v8::Context> CJS_Runtime::NewJSContext() in NewJSContext()