Searched refs:pParentElement (Results 1 – 1 of 1) sorted by relevance
140 CPDF_StructElementImpl* pParentElement = AddPageNode(pParent, map, nLevel + 1); in AddPageNode() local142 for (int i = 0; i < pParentElement->m_Kids.GetSize(); i ++) { in AddPageNode()143 if (pParentElement->m_Kids[i].m_Type != CPDF_StructKid::Element) { in AddPageNode()146 if (pParentElement->m_Kids[i].m_Element.m_pDict != pDict) { in AddPageNode()149 pParentElement->m_Kids[i].m_Element.m_pElement = pElement->Retain(); in AddPageNode()