Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfdoc/
Dcpdf_annotlist.cpp204 m_nAnnotCount = m_AnnotList.size(); in CPDF_AnnotList()
205 for (size_t i = 0; i < m_nAnnotCount; ++i) { in CPDF_AnnotList()
217 size_t nPopupCount = m_AnnotList.size() - m_nAnnotCount; in ~CPDF_AnnotList()
220 popups[i] = std::move(m_AnnotList[m_nAnnotCount + i]); in ~CPDF_AnnotList()
Dcpdf_annotlist.h67 size_t m_nAnnotCount = 0; variable