Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfdoc/
Dcpdf_pagelabel.h21 int32_t GetPageByLabel(const ByteStringView& bsLabel) const;
22 int32_t GetPageByLabel(const WideStringView& wsLabel) const;
Dcpdf_pagelabel.cpp124 int32_t CPDF_PageLabel::GetPageByLabel(const ByteStringView& bsLabel) const { in GetPageByLabel() function in CPDF_PageLabel
145 int32_t CPDF_PageLabel::GetPageByLabel(const WideStringView& wsLabel) const { in GetPageByLabel() function in CPDF_PageLabel
147 return GetPageByLabel( in GetPageByLabel()