HomeSort by relevance Sort by last modified time
    Searched defs:CJS_RuntimeFactory (Results 1 - 2 of 2) sorted by null

  /external/pdfium/fpdfsdk/include/javascript/
IJavaScript.h 93 class CJS_RuntimeFactory
96 CJS_RuntimeFactory():m_bInit(FALSE),m_nRef(0),m_pGlobalData(NULL),m_nGlobalDataCount(0) {}
97 ~CJS_RuntimeFactory();
  /external/pdfium/fpdfsdk/src/javascript/
JS_Runtime.cpp 30 CJS_RuntimeFactory::~CJS_RuntimeFactory()
34 IFXJS_Runtime* CJS_RuntimeFactory::NewJSRuntime(CPDFDoc_Environment* pApp)
43 void CJS_RuntimeFactory::AddRef()
48 void CJS_RuntimeFactory::Release()
62 void CJS_RuntimeFactory::DeleteJSRuntime(IFXJS_Runtime* pRuntime)
68 CJS_GlobalData* CJS_RuntimeFactory::NewGlobalData(CPDFDoc_Environment* pApp)
83 void CJS_RuntimeFactory::ReleaseGlobalData()

Completed in 136 milliseconds