Home
last modified time | relevance | path

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

/external/pdfium/core/src/fpdfdoc/
Ddoc_annot.cpp35 m_AnnotList.push_back(new CPDF_Annot(pDict, this)); in CPDF_AnnotList()
44 for (CPDF_Annot* annot : m_AnnotList) in ~CPDF_AnnotList()
56 for (CPDF_Annot* pAnnot : m_AnnotList) { in DisplayPass()
/external/pdfium/core/include/fpdfdoc/
Dfpdf_doc.h447 size_t Count() const { return m_AnnotList.size(); } in Count()
448 CPDF_Annot* GetAt(size_t index) const { return m_AnnotList[index]; } in GetAt()
449 const std::vector<CPDF_Annot*>& All() const { return m_AnnotList; } in All()
463 std::vector<CPDF_Annot*> m_AnnotList; variable