Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/
Dcpdfsdk_formfillenvironment.h185 int GetPageViewCount() const;
Dcpdfsdk_formfillenvironment.cpp447 int CPDFSDK_FormFillEnvironment::GetPageViewCount() const { in GetPageViewCount() function in CPDFSDK_FormFillEnvironment
/external/pdfium/fpdfsdk/fpdfxfa/
Dcpdfxfa_docenvironment.cpp567 int pageViewCount = m_pContext->GetFormFillEnv()->GetPageViewCount(); in SetFocusWidget()