Searched refs:CJS_RuntimeFactory (Results 1 – 5 of 5) sorted by relevance
30 CJS_RuntimeFactory::~CJS_RuntimeFactory() in ~CJS_RuntimeFactory()34 IFXJS_Runtime* CJS_RuntimeFactory::NewJSRuntime(CPDFDoc_Environment* pApp) in NewJSRuntime()43 void CJS_RuntimeFactory::AddRef() in AddRef()48 void CJS_RuntimeFactory::Release() in Release()62 void CJS_RuntimeFactory::DeleteJSRuntime(IFXJS_Runtime* pRuntime) in DeleteJSRuntime()68 CJS_GlobalData* CJS_RuntimeFactory::NewGlobalData(CPDFDoc_Environment* pApp) in NewGlobalData()83 void CJS_RuntimeFactory::ReleaseGlobalData() in ReleaseGlobalData()
125 CJS_RuntimeFactory* pFactory = m_pApp->m_pJSRuntimeFactory; in ~global_alternate()135 CJS_RuntimeFactory* pFactory = pApp->m_pJSRuntimeFactory; in Initial()
93 class CJS_RuntimeFactory96 CJS_RuntimeFactory():m_bInit(FALSE),m_nRef(0),m_pGlobalData(NULL),m_nGlobalDataCount(0) {} in CJS_RuntimeFactory() function97 ~CJS_RuntimeFactory();
27 class CJS_RuntimeFactory; variable360 CJS_RuntimeFactory* m_pJSRuntimeFactory;
215 CJS_RuntimeFactory* GetJSRuntimeFactory() in GetJSRuntimeFactory()217 static CJS_RuntimeFactory s_JSRuntimeFactory; in GetJSRuntimeFactory()