Searched refs:m_pTreeRoot (Results 1 – 2 of 2) sorted by relevance
39 : m_pTreeRoot(pDoc->GetRoot()->GetDictFor("StructTreeRoot")), in CPDF_StructTree()40 m_pRoleMap(m_pTreeRoot ? m_pTreeRoot->GetDictFor("RoleMap") : nullptr), in CPDF_StructTree()47 if (!m_pTreeRoot) in LoadPageTree()50 CPDF_Object* pKids = m_pTreeRoot->GetDirectObjectFor("K"); in LoadPageTree()64 CPDF_Dictionary* pParentTree = m_pTreeRoot->GetDictFor("ParentTree"); in LoadPageTree()122 CPDF_Object* pObj = m_pTreeRoot->GetDirectObjectFor("K"); in AddTopLevelNode()
34 const CPDF_Dictionary* GetTreeRoot() const { return m_pTreeRoot.Get(); } in GetTreeRoot()45 UnownedPtr<const CPDF_Dictionary> const m_pTreeRoot; variable