Home
last modified time | relevance | path

Searched refs:CountPageViews (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/xfa/fxfa/
Dcxfa_ffdocview.h54 int32_t CountPageViews() const;
Dcxfa_ffdocview.cpp210 int32_t CXFA_FFDocView::CountPageViews() const { in CountPageViews() function in CXFA_FFDocView
/external/pdfium/fpdfsdk/fpdfxfa/
Dcpdfxfa_context.cpp140 return m_pXFADocView->CountPageViews(); in GetPageCount()