Searched refs:CPDF_BookmarkTree (Results 1 – 3 of 3) sorted by relevance
12 CPDF_Bookmark CPDF_BookmarkTree::GetFirstChild(const CPDF_Bookmark& parent) const in GetFirstChild()23 CPDF_Bookmark CPDF_BookmarkTree::GetNextSibling(const CPDF_Bookmark& bookmark) const in GetNextSibling()
12 static CPDF_Bookmark FindBookmark(const CPDF_BookmarkTree& tree, CPDF_Bookmark bookmark, const CFX_… in FindBookmark()35 CPDF_BookmarkTree tree(pDoc); in FPDFBookmark_GetFirstChild()45 CPDF_BookmarkTree tree(pDoc); in FPDFBookmark_GetNextSibling()71 CPDF_BookmarkTree tree(pDoc); in FPDFBookmark_Find()
17 class CPDF_BookmarkTree; variable74 class CPDF_BookmarkTree 77 CPDF_BookmarkTree(CPDF_Document* pDoc) : m_pDocument(pDoc) {} in CPDF_BookmarkTree() function