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