Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/
Dfpdf_structtree.cpp61 pdfium::base::CheckedNumeric<int> tmp_size = tree->CountTopElements(); in FPDF_StructTree_CountChildren()
69 static_cast<size_t>(index) >= tree->CountTopElements()) { in FPDF_StructTree_GetChildAtIndex()
/external/pdfium/core/fpdfdoc/
Dcpdf_structtree.h30 size_t CountTopElements() const { return m_Kids.size(); } in CountTopElements() function