Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfdoc/
Dcpdf_dest.h30 int GetDestPageIndex(CPDF_Document* pDoc) const;
Dcpdf_dest.cpp53 int CPDF_Dest::GetDestPageIndex(CPDF_Document* pDoc) const { in GetDestPageIndex() function in CPDF_Dest
/external/pdfium/fpdfsdk/
Dfpdf_doc.cpp255 return destination.GetDestPageIndex(pDoc); in FPDFDest_GetDestPageIndex()
Dcpdfsdk_formfillenvironment.cpp892 DoGoToAction(dest.GetDestPageIndex(document), dest.GetZoomMode(), positions); in DoActionDestination()
/external/pdfium/fxjs/
Dcjs_document.cpp1394 m_pFormFillEnv->DoGoToAction(dest.GetDestPageIndex(pDocument), in gotoNamedDest()