Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/
Dcxfa_ffdocview.h61 int32_t CountPageViews() const;
Dcxfa_ffdocview.cpp216 int32_t CXFA_FFDocView::CountPageViews() const { in CountPageViews() function in CXFA_FFDocView
/external/pdfium/fpdfsdk/fpdfxfa/
Dcpdfxfa_context.cpp182 return m_pXFADoc ? m_pXFADocView->CountPageViews() : 0; in GetPageCount()