HomeSort by relevance Sort by last modified time
    Searched refs:CPDF_BookmarkTree (Results 1 - 3 of 3) sorted by null

  /external/pdfium/core/src/fpdfdoc/
doc_bookmark.cpp 12 CPDF_Bookmark CPDF_BookmarkTree::GetFirstChild(const CPDF_Bookmark& parent) const
23 CPDF_Bookmark CPDF_BookmarkTree::GetNextSibling(const CPDF_Bookmark& bookmark) const
  /external/pdfium/fpdfsdk/src/
fpdfdoc.cpp 12 static CPDF_Bookmark FindBookmark(const CPDF_BookmarkTree& tree, CPDF_Bookmark bookmark, const CFX_WideString& title)
35 CPDF_BookmarkTree tree(pDoc);
45 CPDF_BookmarkTree tree(pDoc);
71 CPDF_BookmarkTree tree(pDoc);
  /external/pdfium/core/include/fpdfdoc/
fpdf_doc.h 17 class CPDF_BookmarkTree;
74 class CPDF_BookmarkTree
77 CPDF_BookmarkTree(CPDF_Document* pDoc) : m_pDocument(pDoc) {}
    [all...]

Completed in 174 milliseconds