Home
last modified time | relevance | path

Searched refs:GetNumParams (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/core/fpdfdoc/
Dcpdf_dest.h30 unsigned long GetNumParams() const;
Dcpdf_dest.cpp121 unsigned long CPDF_Dest::GetNumParams() const { in GetNumParams() function in CPDF_Dest
/external/pdfium/fpdfsdk/
Dfpdf_doc.cpp243 unsigned long nParams = destination.GetNumParams(); in FPDFDest_GetView()