Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/
Dcpdfsdk_annotiteration.cpp27 std::vector<CPDFSDK_Annot*> copied_list = page_view->GetAnnotList(); in CPDFSDK_AnnotIteration()
Dcpdfsdk_pageview.h53 std::vector<CPDFSDK_Annot*> GetAnnotList() const;
Dcpdfsdk_annotiterator.cpp73 for (auto* pAnnot : m_pPageView->GetAnnotList()) { in CollectAnnots()
Dcpdfsdk_pageview.cpp202 std::vector<CPDFSDK_Annot*> CPDFSDK_PageView::GetAnnotList() const { in GetAnnotList() function in CPDFSDK_PageView