Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfdoc/
Dcpdf_bookmarktree.cpp12 CPDF_BookmarkTree::CPDF_BookmarkTree(CPDF_Document* pDoc) : m_pDocument(pDoc) {} in CPDF_BookmarkTree() function in CPDF_BookmarkTree
14 CPDF_BookmarkTree::~CPDF_BookmarkTree() = default;
16 CPDF_Bookmark CPDF_BookmarkTree::GetFirstChild(CPDF_Bookmark* parent) const { in GetFirstChild()
30 CPDF_Bookmark CPDF_BookmarkTree::GetNextSibling(CPDF_Bookmark* bookmark) const { in GetNextSibling()
Dcpdf_bookmarktree.h15 class CPDF_BookmarkTree {
17 explicit CPDF_BookmarkTree(CPDF_Document* pDoc);
18 ~CPDF_BookmarkTree();
/external/pdfium/fpdfsdk/
Dfpdf_doc.cpp29 CPDF_Bookmark FindBookmark(const CPDF_BookmarkTree& tree, in FindBookmark()
75 CPDF_BookmarkTree tree(pDoc); in FPDFBookmark_GetFirstChild()
90 CPDF_BookmarkTree tree(pDoc); in FPDFBookmark_GetNextSibling()
117 CPDF_BookmarkTree tree(pDoc); in FPDFBookmark_Find()