Searched refs:m_pActionHandler (Results 1 – 2 of 2) sorted by relevance
224 if (!m_pActionHandler) in GetActionHandler()225 m_pActionHandler = pdfium::MakeUnique<CPDFSDK_ActionHandler>(); in GetActionHandler()226 return m_pActionHandler.get(); in GetActionHandler()
225 std::unique_ptr<CPDFSDK_ActionHandler> m_pActionHandler; variable