Home
last modified time | relevance | path

Searched refs:GetDestPageIndex (Results 1 – 5 of 5) sorted by relevance

/external/pdfium/core/fpdfdoc/
Dcpdf_dest.h25 int GetDestPageIndex(CPDF_Document* pDoc) const;
Dcpdf_dest.cpp41 int CPDF_Dest::GetDestPageIndex(CPDF_Document* pDoc) const { in GetDestPageIndex() function in CPDF_Dest
/external/pdfium/fpdfsdk/
Dfpdf_doc.cpp232 return destination.GetDestPageIndex(pDoc); in FPDFDest_GetDestPageIndex()
Dcpdfsdk_actionhandler.cpp257 int nPageIndex = MyDest.GetDestPageIndex(pPDFDocument); in DoAction_GoTo()
/external/pdfium/fxjs/
Dcjs_document.cpp1387 m_pFormFillEnv->DoGoToAction(dest.GetDestPageIndex(pDocument), in gotoNamedDest()