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 224 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/
fsdk_mgr.h 351 IFXJS_Runtime* m_pJSRuntime;

Completed in 278 milliseconds