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 328 m_pInterForm(NULL),m_pEnv(pEnv),m_pOccontent(NULL),m_bChangeMask(FALSE)
348 if(m_pOccontent)
350 delete m_pOccontent;
351 m_pOccontent = NULL;
457 if(!m_pOccontent)
458 m_pOccontent = new CPDF_OCContext(m_pDoc);
459 return m_pOccontent;
  /external/pdfium/fpdfsdk/include/
fsdk_mgr.h 414 CPDF_OCContext * m_pOccontent;

Completed in 35 milliseconds