Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/include/
Dfsdk_mgr.h632 const std::vector<CPDFSDK_Annot*>& GetAnnotList() const { in GetAnnotList() function
/external/pdfium/fpdfsdk/src/
Dfsdk_annothandler.cpp1142 const std::vector<CPDFSDK_Annot*>& annots = pPageView->GetAnnotList(); in CPDFSDK_AnnotIterator()