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

  /external/pdfium/xfa/fxfa/parser/
cxfa_containerlayoutitem.h 17 int32_t GetPageIndex() const;
cxfa_containerlayoutitem.cpp 23 int32_t CXFA_ContainerLayoutItem::GetPageIndex() const {
27 ->GetPageIndex(this);
cxfa_layoutpagemgr.h 36 int32_t GetPageIndex(const CXFA_ContainerLayoutItem* pPage) const;
cxfa_layoutpagemgr.cpp 752 int32_t CXFA_LayoutPageMgr::GetPageIndex(
    [all...]
  /external/pdfium/core/fpdfdoc/
cpdf_dest.h 26 int GetPageIndex(CPDF_Document* pDoc) const;
cpdf_dest.cpp 41 int CPDF_Dest::GetPageIndex(CPDF_Document* pDoc) const {
53 return pDoc->GetPageIndex(pPage->GetObjNum());
  /external/pdfium/fpdfsdk/fpdfxfa/
cpdfxfa_page.h 30 int GetPageIndex() const { return m_iPageIndex; }
  /external/pdfium/fpdfsdk/
cpdfsdk_pageview.h 88 int GetPageIndex() const;
cpdfsdk_pageview.cpp 481 int CPDFSDK_PageView::GetPageIndex() const {
489 return pPageView ? pPageView->GetPageIndex() : -1;
526 return (pDoc && pDict) ? pDoc->GetPageIndex(pDict->GetObjNum()) : -1;
fpdfdoc.cpp 210 return dest.GetPageIndex(pDoc);
fsdk_actionhandler.cpp 422 int nPageIndex = MyDest.GetPageIndex(pPDFDocument);
cpdfsdk_interform.cpp 132 int nPageIndex = pDocument->GetPageIndex(pPageDict->GetObjNum());
  /external/pdfium/core/fpdfapi/parser/
cpdf_document.h 57 int GetPageIndex(uint32_t objnum);
cpdf_document.cpp 569 int CPDF_Document::GetPageIndex(uint32_t objnum) {
    [all...]
  /external/pdfium/fxjs/xfa/
cjx_layoutpseudomodel.cpp 200 int32_t iLast = pLayoutItem->GetLast()->GetPage()->GetPageIndex();
201 int32_t iFirst = pLayoutItem->GetFirst()->GetPage()->GetPageIndex();
480 int32_t iPage = pLayoutItem->GetFirst()->GetPage()->GetPageIndex();
  /external/pdfium/fxjs/
cjs_document.cpp 186 return CJS_Return(pRuntime->NewNumber(pPageView->GetPageIndex()));
    [all...]
cjs_field.cpp     [all...]

Completed in 4173 milliseconds