Home
last modified time | relevance | path

Searched refs:GetPageIndex (Results 1 – 11 of 11) sorted by relevance

/external/pdfium/core/src/fpdfdoc/
Ddoc_basic.cpp9 int CPDF_Dest::GetPageIndex(CPDF_Document* pDoc) in GetPageIndex() function in CPDF_Dest
24 return pDoc->GetPageIndex(pPage->GetObjNum()); in GetPageIndex()
/external/pdfium/fpdfsdk/src/
Dfpdfdoc.cpp159 return dest.GetPageIndex(pDoc); in FPDFDest_GetPageIndex()
Dfsdk_mgr.cpp1038 int CPDFSDK_PageView::GetPageIndex() in GetPageIndex() function in CPDFSDK_PageView
1046 return pDoc->GetPageIndex(pDic->GetObjNum()); in GetPageIndex()
Dfsdk_actionhandler.cpp565 int nPageIndex = MyDest.GetPageIndex(pPDFDocument); in DoAction_GoTo()
Dfsdk_baseform.cpp1759 int nPageIndex = pDocument->GetPageIndex(pPageDict->GetObjNum()); in GetWidget()
/external/pdfium/core/src/fpdfapi/fpdf_parser/
Dfpdf_parser_document.cpp227 int CPDF_Document::GetPageIndex(FX_DWORD objnum) in GetPageIndex() function in CPDF_Document
/external/pdfium/fpdfsdk/include/
Dfsdk_mgr.h456 int GetPageIndex();
/external/pdfium/core/include/fpdfapi/
Dfpdf_parser.h87 int GetPageIndex(FX_DWORD objnum);
/external/pdfium/core/include/fpdfdoc/
Dfpdf_doc.h132 int GetPageIndex(CPDF_Document* pDoc);
/external/pdfium/fpdfsdk/src/javascript/
DDocument.cpp255 vp << pPageView->GetPageIndex(); in pageNum()
DField.cpp2150 PageArray.SetElement(i, CJS_Value(m_isolate,(FX_INT32)pPageView->GetPageIndex())); in page()