Searched refs:m_pJSRuntime (Results 1 - 2 of 2) sorted by relevance

/external/pdfium/fpdfsdk/src/
H A Dfsdk_mgr.cpp222 m_pAnnotHandlerMgr(NULL),m_pActionHandler(NULL),m_pJSRuntime(NULL),
243 if(m_pJSRuntime && m_pJSRuntimeFactory)
244 m_pJSRuntimeFactory->DeleteJSRuntime(m_pJSRuntime);
273 if(!m_pJSRuntime)
274 m_pJSRuntime = m_pJSRuntimeFactory->NewJSRuntime(this);
275 return m_pJSRuntime;
/external/pdfium/fpdfsdk/include/
H A Dfsdk_mgr.h370 IFXJS_Runtime* m_pJSRuntime; member in class:CPDFDoc_Environment

Completed in 43 milliseconds