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 50 // |m_pAnnotHandlerMgr| will try to access |m_pFormFiller| when it cleans
52 m_pAnnotHandlerMgr.reset();
217 if (!m_pAnnotHandlerMgr)
218 m_pAnnotHandlerMgr = pdfium::MakeUnique<CPDFSDK_AnnotHandlerMgr>(this);
219 return m_pAnnotHandlerMgr.get();
cpdfsdk_formfillenvironment.h 206 std::unique_ptr<CPDFSDK_AnnotHandlerMgr> m_pAnnotHandlerMgr;

Completed in 192 milliseconds