Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/parser/
Dcpdf_document.h105 int RetrievePageCount() const;
Dcpdf_document.cpp397 m_PageList.resize(RetrievePageCount()); in LoadPages()
600 int CPDF_Document::RetrievePageCount() const { in RetrievePageCount() function in CPDF_Document