Home
last modified time | relevance | path

Searched refs:GetCurrentPage (Results 1 – 7 of 7) sorted by relevance

/external/pdfium/xfa/fxfa/parser/
Dcscript_hostpseudomodel.cpp78 pValue->SetInteger(pNotify->GetDocEnvironment()->GetCurrentPage(hDoc)); in CurrentPage()
641 int32_t nCurPage = pNotify->GetDocEnvironment()->GetCurrentPage(hDoc); in PageUp()
656 int32_t nCurPage = pNotify->GetDocEnvironment()->GetCurrentPage(hDoc); in PageDown()
/external/pdfium/fpdfsdk/fpdfxfa/
Dcpdfxfa_docenvironment.h49 int32_t GetCurrentPage(CXFA_FFDoc* hDoc) override;
Dcpdfxfa_docenvironment.cpp338 int32_t CPDFXFA_DocEnvironment::GetCurrentPage(CXFA_FFDoc* hDoc) { in GetCurrentPage() function in CPDFXFA_DocEnvironment
/external/pdfium/xfa/fxfa/
Dfxfa.h254 virtual int32_t GetCurrentPage(CXFA_FFDoc* hDoc) = 0;
/external/pdfium/fpdfsdk/
Dcpdfsdk_formfillenvironment.h85 FPDF_PAGE GetCurrentPage(FPDF_DOCUMENT document);
Dcpdfsdk_formfillenvironment.cpp310 FPDF_PAGE CPDFSDK_FormFillEnvironment::GetCurrentPage(FPDF_DOCUMENT document) { in GetCurrentPage() function in CPDFSDK_FormFillEnvironment
591 UnderlyingFromFPDFPage(GetCurrentPage(m_pUnderlyingDoc)); in GetCurrentView()
/external/pdfium/fpdfsdk/javascript/
DField.cpp3109 UnderlyingFromFPDFPage(m_pFormFillEnv->GetCurrentPage( in setFocus()