Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/
Dcpdfsdk_formfillenvironment.h124 int GetPageViewCount() const { return m_PageMap.size(); } in GetPageViewCount() function
/external/pdfium/fpdfsdk/fpdfxfa/
Dcpdfxfa_docenvironment.cpp556 int pageViewCount = m_pContext->GetFormFillEnv()->GetPageViewCount(); in SetFocusWidget()