Searched refs:CJS_Runtime (Results 1 – 13 of 13) sorted by relevance
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_Runtime128 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()[all …]
25 CJS_Runtime* pRuntime = pContext->GetJSRuntime(); in GetIsolate()147 CJS_Runtime* pRuntime = pContext->GetJSRuntime(); in activeDocs()208 CJS_Runtime* pRuntime = pContext->GetJSRuntime(); in calculate()416 CJS_Runtime* pRuntime = pContext->GetJSRuntime(); in alert()431 CJS_Runtime* pRuntime = pContext->GetJSRuntime(); in beep()472 CJS_Runtime* pRuntime = pContext->GetJSRuntime(); in setInterval()512 CJS_Runtime* pRuntime = pContext->GetJSRuntime(); in setTimeOut()555 CJS_Runtime* pRuntime = pContext->GetJSRuntime(); in clearTimeOut()603 CJS_Runtime* pRuntime = pContext->GetJSRuntime(); in clearInterval()672 void app::RunJsScript(CJS_Runtime* pRuntime,const CFX_WideString& wsScript) in RunJsScript()[all …]
28 CJS_Runtime* pRuntime = pContext->GetJSRuntime(); in GetIsolate()340 CJS_Runtime* pRuntime = pContext->GetJSRuntime(); in getField()426 CJS_Runtime* pRuntime = pContext->GetJSRuntime(); in mailForm()439 CJS_Runtime* pRuntime = pContext->GetJSRuntime(); in print()688 CJS_Runtime* pRuntime = pContext->GetJSRuntime(); in submitForm()726 CJS_Runtime* pRuntime = pContext->GetJSRuntime(); in submitForm()821 CJS_Runtime* pRuntime = pContext->GetJSRuntime(); in mailDoc()877 CJS_Runtime* pRuntime = pContext->GetJSRuntime(); in info()1475 CJS_Runtime* pRuntime = pContext->GetJSRuntime(); in addIcon()1518 CJS_Runtime* pRuntime = pContext->GetJSRuntime(); in icons()[all …]
601 CJS_Runtime* pRuntime = m_pJSContext->GetJSRuntime(); in Source()635 CJS_Runtime* pRuntime = m_pJSContext->GetJSRuntime(); in Target_Field()
22 CJS_Runtime* pRuntime = pContext->GetJSRuntime(); in GetIsolate()
17 CJS_Context::CJS_Context(CJS_Runtime* pRuntime) : in CJS_Context()
28 CJS_Runtime* pRuntime = pContext->GetJSRuntime(); in GetIsolate()
3430 CJS_Runtime* pRuntime = pContext->GetJSRuntime(); in buttonGetIcon()3626 CJS_Runtime* pRuntime = pContext->GetJSRuntime(); in getArray()
27 CJS_Runtime* pRuntime = pContext->GetJSRuntime(); in GetIsolate()
32 class CJS_Runtime : public IFXJS_Runtime35 CJS_Runtime(CPDFDoc_Environment * pApp);36 virtual ~CJS_Runtime();
15 class CJS_Runtime; variable20 CJS_Context(CJS_Runtime* pRuntime);82 CJS_Runtime* GetJSRuntime(){return m_pRuntime;} in GetJSRuntime()90 CJS_Runtime* m_pRuntime;
167 class CJS_Runtime; variable242 void SetRuntime(CJS_Runtime* pRuntime) in SetRuntime()247 CJS_Runtime* GetRuntime() const in GetRuntime()288 CJS_Runtime* m_pRuntime;
12 class CJS_Runtime; variable152 void RunJsScript(CJS_Runtime * pRuntime,const CFX_WideString & wsScript);