Home
last modified time | relevance | path

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

/external/pdfium/core/src/fpdfdoc/
Dtagged_int.h13 class CPDF_StructTreeImpl : public CPDF_StructTree
16 CPDF_StructTreeImpl(const CPDF_Document* pDoc);
17 ~CPDF_StructTreeImpl();
40 …CPDF_StructElementImpl(CPDF_StructTreeImpl* pTree, CPDF_StructElementImpl* pParent, CPDF_Dictionar…
85 CPDF_StructTreeImpl* m_pTree;
92 friend class CPDF_StructTreeImpl; variable
Ddoc_tagged.cpp23 CPDF_StructTreeImpl* pTree = new CPDF_StructTreeImpl(pDoc); in LoadPage()
32 CPDF_StructTreeImpl* pTree = new CPDF_StructTreeImpl(pDoc); in LoadDoc()
36 CPDF_StructTreeImpl::CPDF_StructTreeImpl(const CPDF_Document* pDoc) in CPDF_StructTreeImpl() function in CPDF_StructTreeImpl
45 CPDF_StructTreeImpl::~CPDF_StructTreeImpl() in ~CPDF_StructTreeImpl()
52 void CPDF_StructTreeImpl::LoadDocTree() in LoadDocTree()
77 void CPDF_StructTreeImpl::LoadPageTree(const CPDF_Dictionary* pPageDict) in LoadPageTree()
122 CPDF_StructElementImpl* CPDF_StructTreeImpl::AddPageNode(CPDF_Dictionary* pDict, CFX_MapPtrToPtr& m… in AddPageNode()
159 FX_BOOL CPDF_StructTreeImpl::AddTopLevelNode(CPDF_Dictionary* pDict, CPDF_StructElementImpl* pEleme… in AddTopLevelNode()
199 CPDF_StructElementImpl::CPDF_StructElementImpl(CPDF_StructTreeImpl* pTree, CPDF_StructElementImpl* … in CPDF_StructElementImpl()