Searched refs:m_Kids (Results 1 – 4 of 4) sorted by relevance
48 return m_Kids.size(); in CountKids()52 return m_Kids[index].m_Type == CPDF_StructKid::Element in GetKidIfElement()53 ? m_Kids[index].m_pElement.Get() in GetKidIfElement()67 m_Kids.clear(); in LoadKids()69 m_Kids.resize(pArray->GetCount()); in LoadKids()72 LoadKid(PageObjNum, pKid, &m_Kids[i]); in LoadKids()77 m_Kids.resize(1); in LoadKids()78 LoadKid(PageObjNum, pKids, &m_Kids[0]); in LoadKids()
30 size_t CountTopElements() const { return m_Kids.size(); } in CountTopElements()31 CPDF_StructElement* GetTopElement(size_t i) const { return m_Kids[i].Get(); } in GetTopElement()48 std::vector<RetainPtr<CPDF_StructElement>> m_Kids; variable
62 m_Kids.clear(); in LoadPageTree()63 m_Kids.resize(dwKids); in LoadPageTree()129 m_Kids[0] = pElement; in AddTopLevelNode()140 m_Kids[i] = pElement; in AddTopLevelNode()
48 std::vector<CPDF_StructKid>* GetKids() { return &m_Kids; } in GetKids()64 std::vector<CPDF_StructKid> m_Kids; variable