HomeSort by relevance Sort by last modified time
    Searched refs:SetCurrentPage (Results 1 - 6 of 6) sorted by null

  /external/pdfium/fpdfsdk/fpdfxfa/
cpdfxfa_docenvironment.h 50 void SetCurrentPage(CXFA_FFDoc* hDoc, int32_t iCurPage) override;
cpdfxfa_docenvironment.cpp 351 void CPDFXFA_DocEnvironment::SetCurrentPage(CXFA_FFDoc* hDoc,
362 pFormFillEnv->SetCurrentPage(this, iCurPage);
    [all...]
  /external/pdfium/xfa/fxfa/parser/
cscript_hostpseudomodel.cpp 75 pNotify->GetDocEnvironment()->SetCurrentPage(hDoc, pValue->ToInteger());
647 pNotify->GetDocEnvironment()->SetCurrentPage(hDoc, nNewPage);
667 pNotify->GetDocEnvironment()->SetCurrentPage(hDoc, nNewPage);
  /external/pdfium/fpdfsdk/
cpdfsdk_formfillenvironment.h 118 void SetCurrentPage(FPDF_DOCUMENT document, int iCurPage);
cpdfsdk_formfillenvironment.cpp 364 void CPDFSDK_FormFillEnvironment::SetCurrentPage(FPDF_DOCUMENT document,
  /external/pdfium/xfa/fxfa/
fxfa.h 255 virtual void SetCurrentPage(CXFA_FFDoc* hDoc, int32_t iCurPage) = 0;

Completed in 403 milliseconds