Searched defs:CPDF_StructTreeImpl (Results 1 - 2 of 2) sorted by relevance

/external/pdfium/core/src/fpdfdoc/
H A Dtagged_int.h9 class CPDF_StructTreeImpl;
11 class CPDF_StructTreeImpl : public CPDF_StructTree class in inherits:CPDF_StructTree
14 CPDF_StructTreeImpl(const CPDF_Document* pDoc);
15 ~CPDF_StructTreeImpl();
38 CPDF_StructElementImpl(CPDF_StructTreeImpl* pTree, CPDF_StructElementImpl* pParent, CPDF_Dictionary* pDict);
82 CPDF_StructTreeImpl* m_pTree;
89 friend class CPDF_StructTreeImpl;
H A Ddoc_tagged.cpp23 CPDF_StructTreeImpl* pTree = FX_NEW CPDF_StructTreeImpl(pDoc);
35 CPDF_StructTreeImpl* pTree = FX_NEW CPDF_StructTreeImpl(pDoc);
42 CPDF_StructTreeImpl::CPDF_StructTreeImpl(const CPDF_Document* pDoc) function in class:CPDF_StructTreeImpl
51 CPDF_StructTreeImpl::~CPDF_StructTreeImpl()
58 void CPDF_StructTreeImpl::LoadDocTree()
89 void CPDF_StructTreeImpl
[all...]

Completed in 213 milliseconds