Lines Matching refs:CPDF_Bookmark
15 CPDF_Bookmark FindBookmark(const CPDF_BookmarkTree& tree, in FindBookmark()
16 CPDF_Bookmark bookmark, in FindBookmark()
23 CPDF_Bookmark child = tree.GetFirstChild(bookmark); in FindBookmark()
26 CPDF_Bookmark found = FindBookmark(tree, child, title); in FindBookmark()
31 return CPDF_Bookmark(); in FindBookmark()
60 CPDF_Bookmark bookmark = in FPDFBookmark_GetFirstChild()
61 CPDF_Bookmark(ToDictionary(static_cast<CPDF_Object*>(pDict))); in FPDFBookmark_GetFirstChild()
73 CPDF_Bookmark bookmark = in FPDFBookmark_GetNextSibling()
74 CPDF_Bookmark(ToDictionary(static_cast<CPDF_Object*>(pDict))); in FPDFBookmark_GetNextSibling()
83 CPDF_Bookmark bookmark(ToDictionary(static_cast<CPDF_Object*>(pDict))); in FPDFBookmark_GetTitle()
103 return FindBookmark(tree, CPDF_Bookmark(), encodedTitle).GetDict(); in FPDFBookmark_Find()
113 CPDF_Bookmark bookmark(ToDictionary(static_cast<CPDF_Object*>(pDict))); in FPDFBookmark_GetDest()
128 CPDF_Bookmark bookmark(ToDictionary(static_cast<CPDF_Object*>(pDict))); in FPDFBookmark_GetAction()