Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/
Dcxfa_ffdoc.h94 virtual void SetCurrentPage(CXFA_FFDoc* hDoc, int32_t iCurPage) = 0;
146 void SetCurrentPage(int32_t iCurPage);
Dcxfa_ffdoc.cpp161 void CXFA_FFDoc::SetCurrentPage(int32_t iCurPage) { in SetCurrentPage() function in CXFA_FFDoc
162 m_pDocEnvironment->SetCurrentPage(this, iCurPage); in SetCurrentPage()
/external/pdfium/fpdfsdk/fpdfxfa/
Dcpdfxfa_docenvironment.h42 void SetCurrentPage(CXFA_FFDoc* hDoc, int32_t iCurPage) override;
Dcpdfxfa_docenvironment.cpp367 void CPDFXFA_DocEnvironment::SetCurrentPage(CXFA_FFDoc* hDoc, in SetCurrentPage() function in CPDFXFA_DocEnvironment
379 pFormFillEnv->SetCurrentPage(iCurPage); in SetCurrentPage()
/external/pdfium/fxjs/xfa/
Dcjx_hostpseudomodel.cpp120 hDoc->SetCurrentPage(fxv8::ReentrantToInt32Helper(pIsolate, *pValue)); in currentPage()
602 hDoc->SetCurrentPage(nCurPage - 1); in pageUp()
625 hDoc->SetCurrentPage(nNewPage); in pageDown()
/external/pdfium/fpdfsdk/
Dcpdfsdk_formfillenvironment.h193 void SetCurrentPage(int iCurPage);
Dcpdfsdk_formfillenvironment.cpp470 void CPDFSDK_FormFillEnvironment::SetCurrentPage(int iCurPage) { in SetCurrentPage() function in CPDFSDK_FormFillEnvironment