Home
last modified time | relevance | path

Searched refs:GetPageByLabel (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/core/src/fpdfdoc/
Ddoc_basic.cpp506 int32_t CPDF_PageLabel::GetPageByLabel(const CFX_ByteStringC& bsLabel) const { in GetPageByLabel() function in CPDF_PageLabel
530 int32_t CPDF_PageLabel::GetPageByLabel(const CFX_WideStringC& wsLabel) const { in GetPageByLabel() function in CPDF_PageLabel
532 return GetPageByLabel(bsLabel); in GetPageByLabel()
/external/pdfium/core/include/fpdfdoc/
Dfpdf_doc.h1051 int32_t GetPageByLabel(const CFX_ByteStringC& bsLabel) const;
1053 int32_t GetPageByLabel(const CFX_WideStringC& wsLabel) const;