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

/external/pdfium/core/src/fpdfdoc/
H A Ddoc_basic.cpp9 int CPDF_Dest::GetPageIndex(CPDF_Document* pDoc) function in class:CPDF_Dest
24 return pDoc->GetPageIndex(pPage->GetObjNum());
/external/pdfium/fpdfsdk/src/
H A Dfpdfdoc.cpp120 return Dest.GetPageIndex(pDoc);
H A Dfsdk_mgr.cpp1014 int CPDFSDK_PageView::GetPageIndex() function in class:CPDFSDK_PageView
1022 return pDoc->GetPageIndex(pDic->GetObjNum());
H A Dfsdk_actionhandler.cpp582 int nPageIndex = MyDest.GetPageIndex(pPDFDocument);
H A Dfsdk_baseform.cpp1768 int nPageIndex = pDocument->GetPageIndex(pPageDict->GetObjNum());
/external/pdfium/core/src/fpdfapi/fpdf_parser/
H A Dfpdf_parser_document.cpp226 int CPDF_Document::GetPageIndex(FX_DWORD objnum) function in class:CPDF_Document
/external/pdfium/fpdfsdk/include/
H A Dfsdk_mgr.h504 virtual int GetPageIndex();
/external/pdfium/core/include/fpdfdoc/
H A Dfpdf_doc.h160 int GetPageIndex(CPDF_Document* pDoc);
/external/pdfium/core/include/fpdfapi/
H A Dfpdf_parser.h90 int GetPageIndex(FX_DWORD objnum);
/external/pdfium/fpdfsdk/src/javascript/
H A DDocument.cpp257 vp << pPageView->GetPageIndex();
H A DField.cpp2155 PageArray.SetElement(i, CJS_Value(m_isolate,(FX_INT32)pPageView->GetPageIndex()));

Completed in 5559 milliseconds