Home
last modified time | relevance | path

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

/external/pdfium/core/src/fpdfdoc/
Ddoc_tagged.cpp47 for (int i = 0; i < m_Kids.GetSize(); i ++) in ~CPDF_StructTreeImpl()
48 if (m_Kids[i]) { in ~CPDF_StructTreeImpl()
49 m_Kids[i]->Release(); in ~CPDF_StructTreeImpl()
64 m_Kids.Add(pStructElementImpl); in LoadDocTree()
74 m_Kids.Add(pStructElementImpl); in LoadDocTree()
96 m_Kids.SetSize(dwKids); in LoadPageTree()
98 m_Kids[i] = NULL; in LoadPageTree()
142 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()
[all …]
Dtagged_int.h20 return m_Kids.GetSize(); in CountTopElements()
24 return (CPDF_StructElement*)m_Kids.GetAt(i); in GetTopElement()
34 CFX_ArrayTemplate<CPDF_StructElementImpl*> m_Kids; variable
59 return m_Kids.GetSize(); in CountKids()
63 return m_Kids.GetData()[index]; in GetKid()
89 CFX_ArrayTemplate<CPDF_StructKid> m_Kids; variable