Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfdoc/
Dcpdf_structtree.cpp41 : m_pTreeRoot(pDoc->GetRoot()->GetDictFor("StructTreeRoot")), in CPDF_StructTree()
42 m_pRoleMap(m_pTreeRoot ? m_pTreeRoot->GetDictFor("RoleMap") : nullptr) {} in CPDF_StructTree()
48 if (!m_pTreeRoot) in LoadPageTree()
51 const CPDF_Object* pKids = m_pTreeRoot->GetDirectObjectFor("K"); in LoadPageTree()
65 const CPDF_Dictionary* pParentTree = m_pTreeRoot->GetDictFor("ParentTree"); in LoadPageTree()
123 const CPDF_Object* pObj = m_pTreeRoot->GetDirectObjectFor("K"); in AddTopLevelNode()
Dcpdf_structtree.h33 const CPDF_Dictionary* GetTreeRoot() const { return m_pTreeRoot.Get(); } in GetTreeRoot()
46 RetainPtr<const CPDF_Dictionary> const m_pTreeRoot; variable