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 222 m_pAnnotHandlerMgr(NULL),m_pActionHandler(NULL),m_pJSRuntime(NULL),
258 if(m_pActionHandler)
260 delete m_pActionHandler;
261 m_pActionHandler = NULL;
287 if(!m_pActionHandler)
288 m_pActionHandler = new CPDFSDK_ActionHandler(this);
289 return m_pActionHandler;
  /external/pdfium/fpdfsdk/include/
fsdk_mgr.h 369 CPDFSDK_ActionHandler* m_pActionHandler;

Completed in 90 milliseconds