HomeSort by relevance Sort by last modified time
    Searched refs:CPDF_StructElementImpl (Results 1 - 2 of 2) sorted by null

  /external/pdfium/core/src/fpdfdoc/
tagged_int.h 10 class CPDF_StructElementImpl;
26 CPDF_StructElementImpl* AddPageNode(CPDF_Dictionary* pElement, CFX_MapPtrToPtr& map, int nLevel = 0);
27 FX_BOOL AddTopLevelNode(CPDF_Dictionary* pDict, CPDF_StructElementImpl* pElement);
32 CFX_ArrayTemplate<CPDF_StructElementImpl*> m_Kids;
33 friend class CPDF_StructElementImpl;
35 class CPDF_StructElementImpl : public CPDF_StructElement
38 CPDF_StructElementImpl(CPDF_StructTreeImpl* pTree, CPDF_StructElementImpl* pParent, CPDF_Dictionary* pDict);
39 ~CPDF_StructElementImpl();
79 CPDF_StructElementImpl* Retain();
    [all...]
doc_tagged.cpp 69 CPDF_StructElementImpl* pStructElementImpl = FX_NEW CPDF_StructElementImpl(this, NULL, (CPDF_Dictionary*)pKids);
82 CPDF_StructElementImpl* pStructElementImpl = FX_NEW CPDF_StructElementImpl(this, NULL, pKid);
134 CPDF_StructElementImpl* CPDF_StructTreeImpl::AddPageNode(CPDF_Dictionary* pDict, CFX_MapPtrToPtr& map, int nLevel)
139 CPDF_StructElementImpl* pElement = NULL;
143 pElement = FX_NEW CPDF_StructElementImpl(this, NULL, pDict);
155 CPDF_StructElementImpl* pParentElement = AddPageNode(pParent, map, nLevel + 1);
174 FX_BOOL CPDF_StructTreeImpl::AddTopLevelNode(CPDF_Dictionary* pDict, CPDF_StructElementImpl* pElement)
211 CPDF_StructElementImpl::CPDF_StructElementImpl(CPDF_StructTreeImpl* pTree, CPDF_StructElementImpl* pParent, CPDF_Dictiona (…)
    [all...]

Completed in 60 milliseconds