Searched defs:ppFind (Results 1 - 1 of 1) sorted by relevance

/external/pdfium/core/src/fpdfdoc/
H A Ddoc_basic.cpp78 int& nIndex, CPDF_Array** ppFind, int nLevel = 0)
103 if (ppFind != NULL) {
104 *ppFind = pNames;
127 CPDF_Object* pFound = SearchNameNode(pKid, csName, nIndex, ppFind, nLevel + 1);
135 CFX_ByteString& csName, CPDF_Array** ppFind, int nLevel = 0)
147 if (ppFind != NULL) {
148 *ppFind = pNames;
163 CPDF_Object* pFound = SearchNameNode(pKid, nIndex, nCurIndex, csName, ppFind, nLevel + 1);
77 SearchNameNode(CPDF_Dictionary* pNode, const CFX_ByteString& csName, int& nIndex, CPDF_Array** ppFind, int nLevel = 0) argument
134 SearchNameNode(CPDF_Dictionary* pNode, int nIndex, int& nCurIndex, CFX_ByteString& csName, CPDF_Array** ppFind, int nLevel = 0) argument

Completed in 404 milliseconds