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

  /external/pdfium/fpdfsdk/src/
fsdk_mgr.cpp 222 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/
fsdk_mgr.h 370 IFXJS_Runtime* m_pJSRuntime;

Completed in 922 milliseconds