Searched refs:CountNames (Results 1 - 1 of 1) sorted by relevance

/external/pdfium/core/fpdfdoc/
H A Dcpdf_nametree.cpp114 size_t CountNames(CPDF_Dictionary* pNode, int nLevel = 0) { function in namespace:__anon16411
132 nCount += CountNames(pKid, nLevel + 1);
154 return m_pRoot ? ::CountNames(m_pRoot) : 0;

Completed in 111 milliseconds