OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CPDF_StructTreeImpl
(Results
1 - 2
of
2
) sorted by null
/external/pdfium/core/src/fpdfdoc/
tagged_int.h
9
class
CPDF_StructTreeImpl
;
11
class
CPDF_StructTreeImpl
: public 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
;
doc_tagged.cpp
23
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)
51
CPDF_StructTreeImpl
::~
CPDF_StructTreeImpl
()
58
void
CPDF_StructTreeImpl
::LoadDocTree()
89
void
CPDF_StructTreeImpl
::LoadPageTree(const CPDF_Dictionary* pPageDict)
[
all
...]
Completed in 48 milliseconds