Home
last modified time | relevance | path

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

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