Home
last modified time | relevance | path

Searched refs:CJS_RuntimeFactory (Results 1 – 5 of 5) sorted by relevance

/external/pdfium/fpdfsdk/src/javascript/
DJS_Runtime.cpp30 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()
Dglobal.cpp125 CJS_RuntimeFactory* pFactory = m_pApp->m_pJSRuntimeFactory; in ~global_alternate()
135 CJS_RuntimeFactory* pFactory = pApp->m_pJSRuntimeFactory; in Initial()
/external/pdfium/fpdfsdk/include/javascript/
DIJavaScript.h93 class CJS_RuntimeFactory
96 CJS_RuntimeFactory():m_bInit(FALSE),m_nRef(0),m_pGlobalData(NULL),m_nGlobalDataCount(0) {} in CJS_RuntimeFactory() function
97 ~CJS_RuntimeFactory();
/external/pdfium/fpdfsdk/include/
Dfsdk_mgr.h27 class CJS_RuntimeFactory; variable
360 CJS_RuntimeFactory* m_pJSRuntimeFactory;
/external/pdfium/fpdfsdk/src/
Dfsdk_mgr.cpp215 CJS_RuntimeFactory* GetJSRuntimeFactory() in GetJSRuntimeFactory()
217 static CJS_RuntimeFactory s_JSRuntimeFactory; in GetJSRuntimeFactory()