Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfdoc/
Dcpdf_annot.cpp147 m_APMap.clear(); in ClearCachedAP()
194 auto it = m_APMap.find(pStream); in GetAPForm()
195 if (it != m_APMap.end()) in GetAPForm()
203 m_APMap[pStream] = std::move(pNewForm); in GetAPForm()
Dcpdf_annot.h111 std::map<CPDF_Stream*, std::unique_ptr<CPDF_Form>> m_APMap; variable