Home
last modified time | relevance | path

Searched refs:CPDF_BookmarkTree (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/core/fpdfdoc/
Dcpdf_bookmarktree.cpp11 CPDF_BookmarkTree::CPDF_BookmarkTree(CPDF_Document* pDoc) : m_pDocument(pDoc) {} in CPDF_BookmarkTree() function in CPDF_BookmarkTree
13 CPDF_BookmarkTree::~CPDF_BookmarkTree() {} in ~CPDF_BookmarkTree()
15 CPDF_Bookmark CPDF_BookmarkTree::GetFirstChild( in GetFirstChild()
30 CPDF_Bookmark CPDF_BookmarkTree::GetNextSibling( in GetNextSibling()
Dcpdf_bookmarktree.h15 class CPDF_BookmarkTree {
17 explicit CPDF_BookmarkTree(CPDF_Document* pDoc);
18 ~CPDF_BookmarkTree();
/external/pdfium/fpdfsdk/
Dfpdfdoc.cpp25 CPDF_Bookmark FindBookmark(const CPDF_BookmarkTree& tree, in FindBookmark()
70 CPDF_BookmarkTree tree(pDoc); in FPDFBookmark_GetFirstChild()
83 CPDF_BookmarkTree tree(pDoc); in FPDFBookmark_GetNextSibling()
105 CPDF_BookmarkTree tree(pDoc); in FPDFBookmark_Find()