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

  /external/pdfium/fpdfsdk/src/
fsdk_mgr.cpp 323 m_pInterForm(NULL),m_pEnv(pEnv),m_pOccontent(NULL),m_bChangeMask(FALSE)
336 if(m_pOccontent)
338 delete m_pOccontent;
339 m_pOccontent = NULL;
443 if(!m_pOccontent)
444 m_pOccontent = new CPDF_OCContext(m_pDoc);
445 return m_pOccontent;
  /external/pdfium/fpdfsdk/include/
fsdk_mgr.h 455 CPDF_OCContext * m_pOccontent;

Completed in 177 milliseconds