Searched refs:m_pActionHandler (Results 1 – 2 of 2) sorted by relevance
382 if (!m_pActionHandler) in GetActionHander()383 m_pActionHandler.reset(new CPDFSDK_ActionHandler()); in GetActionHander()384 return m_pActionHandler.get(); in GetActionHander()
473 std::unique_ptr<CPDFSDK_ActionHandler> m_pActionHandler; variable