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

/external/pdfium/fpdfsdk/src/
H A Dfsdk_mgr.cpp224 m_pJSRuntime(NULL),
248 if(m_pJSRuntime && m_pJSRuntimeFactory)
249 m_pJSRuntimeFactory->DeleteJSRuntime(m_pJSRuntime);
278 if(!m_pJSRuntime)
279 m_pJSRuntime = m_pJSRuntimeFactory->NewJSRuntime(this);
280 return m_pJSRuntime;
/external/pdfium/fpdfsdk/include/
H A Dfsdk_mgr.h351 IFXJS_Runtime* m_pJSRuntime; member in class:FX_FINAL

Completed in 95 milliseconds