Home
last modified time | relevance | path

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

/external/pdfium/core/src/fpdfdoc/
Ddoc_bookmark.cpp12 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()
/external/pdfium/fpdfsdk/src/
Dfpdfdoc.cpp12 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()
/external/pdfium/core/include/fpdfdoc/
Dfpdf_doc.h17 class CPDF_BookmarkTree; variable
74 class CPDF_BookmarkTree
77 CPDF_BookmarkTree(CPDF_Document* pDoc) : m_pDocument(pDoc) {} in CPDF_BookmarkTree() function