HomeSort by relevance Sort by last modified time
    Searched refs:m_pAnnotHandlerMgr (Results 1 - 2 of 2) sorted by null

  /external/pdfium/fpdfsdk/
cpdfsdk_formfillenvironment.cpp 51 // |m_pAnnotHandlerMgr| will try to access |m_pFormFiller| when it cleans
53 m_pAnnotHandlerMgr.reset();
218 if (!m_pAnnotHandlerMgr)
219 m_pAnnotHandlerMgr = pdfium::MakeUnique<CPDFSDK_AnnotHandlerMgr>(this);
220 return m_pAnnotHandlerMgr.get();
cpdfsdk_formfillenvironment.h 224 std::unique_ptr<CPDFSDK_AnnotHandlerMgr> m_pAnnotHandlerMgr;

Completed in 67 milliseconds