HomeSort by relevance Sort by last modified time
    Searched refs:m_pAnnotList (Results 1 - 2 of 2) sorted by null

  /external/pdfium/fpdfsdk/
cpdfsdk_pageview.cpp 68 m_pAnnotList.reset();
456 m_pAnnotList = pdfium::MakeUnique<CPDF_AnnotList>(pPage);
459 const size_t nCount = m_pAnnotList->Count();
461 CPDF_Annot* pPDFAnnot = m_pAnnotList->GetAt(i);
504 const auto& annots = m_pAnnotList->All();
cpdfsdk_pageview.h 118 std::unique_ptr<CPDF_AnnotList> m_pAnnotList;

Completed in 407 milliseconds