Home
last modified time | relevance | path

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

/external/pdfium/core/src/fpdfdoc/
Ddoc_basic.cpp170 static int CountNames(CPDF_Dictionary* pNode, int nLevel = 0) { in CountNames() function
188 nCount += CountNames(pKid, nLevel + 1); in CountNames()
196 return ::CountNames(m_pRoot); in GetCount()