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

  /external/pdfium/core/fpdfdoc/
cpdf_annotlist.h 23 class CPDF_AnnotList {
25 explicit CPDF_AnnotList(CPDF_Page* pPage);
26 ~CPDF_AnnotList();
cpdf_annotlist.cpp 7 #include "core/fpdfdoc/cpdf_annotlist.h"
121 CPDF_AnnotList::CPDF_AnnotList(CPDF_Page* pPage)
160 CPDF_AnnotList::~CPDF_AnnotList() {}
162 void CPDF_AnnotList::DisplayPass(CPDF_Page* pPage,
211 void CPDF_AnnotList::DisplayAnnots(CPDF_Page* pPage,
229 void CPDF_AnnotList::DisplayAnnots(CPDF_Page* pPage,

Completed in 74 milliseconds