Searched refs:CPDF_BookmarkTree (Results 1 – 3 of 3) sorted by relevance
12 CPDF_BookmarkTree::CPDF_BookmarkTree(CPDF_Document* pDoc) : m_pDocument(pDoc) {} in CPDF_BookmarkTree() function in CPDF_BookmarkTree14 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()
15 class CPDF_BookmarkTree {17 explicit CPDF_BookmarkTree(CPDF_Document* pDoc);18 ~CPDF_BookmarkTree();
29 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()