Searched refs:m_Kids (Results 1 – 2 of 2) sorted by relevance
66 return pdfium::CollectionSize<int>(m_Kids); in CountTopElements()70 return m_Kids[i].Get(); in GetTopElement()90 m_Kids.clear(); in LoadPageTree()91 m_Kids.resize(dwKids); in LoadPageTree()156 m_Kids[0] = pElement; in AddTopLevelNode()163 m_Kids[i] = pElement; in AddTopLevelNode()205 return pdfium::CollectionSize<int>(m_Kids); in CountKids()209 if (m_Kids[index].m_Type != CPDF_StructKid::Element) in GetKidIfElement()212 return m_Kids[index].m_pElement.Get(); in GetKidIfElement()227 m_Kids.clear(); in LoadKids()[all …]
55 std::vector<CFX_RetainPtr<CPDF_StructElement>> m_Kids; variable98 std::vector<CPDF_StructKid>* GetKids() { return &m_Kids; } in GetKids()116 std::vector<CPDF_StructKid> m_Kids; variable