Lines Matching refs:CPDF_Bookmark
25 CPDF_Bookmark FindBookmark(const CPDF_BookmarkTree& tree, in FindBookmark()
26 CPDF_Bookmark bookmark, in FindBookmark()
31 return CPDF_Bookmark(); in FindBookmark()
41 CPDF_Bookmark child = tree.GetFirstChild(bookmark); in FindBookmark()
44 CPDF_Bookmark found = FindBookmark(tree, child, title, visited); in FindBookmark()
49 return CPDF_Bookmark(); in FindBookmark()
71 CPDF_Bookmark bookmark = in FPDFBookmark_GetFirstChild()
72 CPDF_Bookmark(ToDictionary(static_cast<CPDF_Object*>(pDict))); in FPDFBookmark_GetFirstChild()
84 CPDF_Bookmark bookmark = in FPDFBookmark_GetNextSibling()
85 CPDF_Bookmark(ToDictionary(static_cast<CPDF_Object*>(pDict))); in FPDFBookmark_GetNextSibling()
93 CPDF_Bookmark bookmark(ToDictionary(static_cast<CPDF_Object*>(pDict))); in FPDFBookmark_GetTitle()
109 return FindBookmark(tree, CPDF_Bookmark(), encodedTitle, &visited).GetDict(); in FPDFBookmark_Find()
119 CPDF_Bookmark bookmark(ToDictionary(static_cast<CPDF_Object*>(pDict))); in FPDFBookmark_GetDest()
135 CPDF_Bookmark bookmark(ToDictionary(static_cast<CPDF_Object*>(pDict))); in FPDFBookmark_GetAction()