Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfdoc/
Dcpdf_annotlist.cpp217 size_t nPopupCount = m_AnnotList.size() - m_nAnnotCount; in ~CPDF_AnnotList() local
218 std::vector<std::unique_ptr<CPDF_Annot>> popups(nPopupCount); in ~CPDF_AnnotList()
219 for (size_t i = 0; i < nPopupCount; ++i) in ~CPDF_AnnotList()