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 382 if (!m_pActionHandler)
383 m_pActionHandler.reset(new CPDFSDK_ActionHandler());
384 return m_pActionHandler.get();
    [all...]
  /external/pdfium/fpdfsdk/include/
fsdk_mgr.h 473 std::unique_ptr<CPDFSDK_ActionHandler> m_pActionHandler;

Completed in 165 milliseconds