Searched refs:CountPageViews (Results 1 – 3 of 3) sorted by relevance
61 int32_t CountPageViews() const;
216 int32_t CXFA_FFDocView::CountPageViews() const { in CountPageViews() function in CXFA_FFDocView
182 return m_pXFADoc ? m_pXFADocView->CountPageViews() : 0; in GetPageCount()