Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fxfa/src/app/
Dxfa_ffdocview.h45 virtual int32_t CountPageViews();
Dxfa_ffdocview.cpp192 int32_t CXFA_FFDocView::CountPageViews() { in CountPageViews() function in CXFA_FFDocView
/external/pdfium/xfa/include/fxfa/
Dfxfa.h614 virtual int32_t CountPageViews() = 0;
/external/pdfium/fpdfsdk/src/fpdfxfa/
Dfpdfxfa_doc.cpp132 return m_pXFADocView->CountPageViews(); in GetPageCount()