Home
last modified time | relevance | path

Searched refs:m_pActionHandler (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/fpdfsdk/
Dcpdfsdk_formfillenvironment.cpp224 if (!m_pActionHandler) in GetActionHandler()
225 m_pActionHandler = pdfium::MakeUnique<CPDFSDK_ActionHandler>(); in GetActionHandler()
226 return m_pActionHandler.get(); in GetActionHandler()
Dcpdfsdk_formfillenvironment.h225 std::unique_ptr<CPDFSDK_ActionHandler> m_pActionHandler; variable