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

  /external/pdfium/core/src/fpdfdoc/
doc_basic.cpp 9 int CPDF_Dest::GetPageIndex(CPDF_Document* pDoc)
24 return pDoc->GetPageIndex(pPage->GetObjNum());
  /external/pdfium/fpdfsdk/src/
fpdfdoc.cpp 120 return Dest.GetPageIndex(pDoc);
fsdk_mgr.cpp 1014 int CPDFSDK_PageView::GetPageIndex()
1022 return pDoc->GetPageIndex(pDic->GetObjNum());
fsdk_actionhandler.cpp 582 int nPageIndex = MyDest.GetPageIndex(pPDFDocument);
fsdk_baseform.cpp     [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_parser/
fpdf_parser_document.cpp 226 int CPDF_Document::GetPageIndex(FX_DWORD objnum)
  /external/pdfium/fpdfsdk/include/
fsdk_mgr.h 504 virtual int GetPageIndex();
  /external/pdfium/core/include/fpdfapi/
fpdf_parser.h 90 int GetPageIndex(FX_DWORD objnum);
  /external/pdfium/core/include/fpdfdoc/
fpdf_doc.h 160 int GetPageIndex(CPDF_Document* pDoc);
    [all...]
  /external/pdfium/fpdfsdk/src/javascript/
Document.cpp 257 vp << pPageView->GetPageIndex();
    [all...]
Field.cpp     [all...]

Completed in 214 milliseconds