Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/src/
Dfsdk_mgr.cpp224 m_pJSRuntime(NULL), in CPDFDoc_Environment()
248 if(m_pJSRuntime && m_pJSRuntimeFactory) in ~CPDFDoc_Environment()
249 m_pJSRuntimeFactory->DeleteJSRuntime(m_pJSRuntime); in ~CPDFDoc_Environment()
278 if(!m_pJSRuntime) in GetJSRuntime()
279 m_pJSRuntime = m_pJSRuntimeFactory->NewJSRuntime(this); in GetJSRuntime()
280 return m_pJSRuntime; in GetJSRuntime()
/external/pdfium/fpdfsdk/include/
Dfsdk_mgr.h351 IFXJS_Runtime* m_pJSRuntime; variable