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

  /external/pdfium/fpdfsdk/src/
fsdk_mgr.cpp 223 m_pActionHandler(NULL),
263 if(m_pActionHandler)
265 delete m_pActionHandler;
266 m_pActionHandler = NULL;
292 if(!m_pActionHandler)
293 m_pActionHandler = new CPDFSDK_ActionHandler(this);
294 return m_pActionHandler;
  /external/pdfium/fpdfsdk/include/
fsdk_mgr.h 350 CPDFSDK_ActionHandler* m_pActionHandler;

Completed in 624 milliseconds