Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfdoc/
Dcpdf_annot.cpp166 m_APMap.clear(); in ClearCachedAP()
212 auto it = m_APMap.find(pStream); in GetAPForm()
213 if (it != m_APMap.end()) in GetAPForm()
221 m_APMap[pStream] = std::move(pNewForm); in GetAPForm()
Dcpdf_annot.h114 std::map<RetainPtr<CPDF_Stream>, std::unique_ptr<CPDF_Form>> m_APMap; variable