Searched refs:CPDF_Bookmark (Results 1 – 11 of 11) sorted by relevance
16 CPDF_Bookmark CPDF_BookmarkTree::GetFirstChild(CPDF_Bookmark* parent) const { in GetFirstChild()19 return CPDF_Bookmark(pParentDict->GetDictFor("First")); in GetFirstChild()23 return CPDF_Bookmark(); in GetFirstChild()26 return pOutlines ? CPDF_Bookmark(pOutlines->GetDictFor("First")) in GetFirstChild()27 : CPDF_Bookmark(); in GetFirstChild()30 CPDF_Bookmark CPDF_BookmarkTree::GetNextSibling(CPDF_Bookmark* bookmark) const { in GetNextSibling()33 return CPDF_Bookmark(); in GetNextSibling()36 return pNext == pDict ? CPDF_Bookmark() : CPDF_Bookmark(pNext); in GetNextSibling()
19 CPDF_Bookmark::CPDF_Bookmark() = default;21 CPDF_Bookmark::CPDF_Bookmark(const CPDF_Bookmark& that) = default;23 CPDF_Bookmark::CPDF_Bookmark(const CPDF_Dictionary* pDict) : m_pDict(pDict) {} in CPDF_Bookmark() function in CPDF_Bookmark25 CPDF_Bookmark::~CPDF_Bookmark() = default;27 WideString CPDF_Bookmark::GetTitle() const { in GetTitle()48 CPDF_Dest CPDF_Bookmark::GetDest(CPDF_Document* pDocument) const { in GetDest()65 CPDF_Action CPDF_Bookmark::GetAction() const { in GetAction()
18 class CPDF_Bookmark {20 CPDF_Bookmark();21 CPDF_Bookmark(const CPDF_Bookmark& that);22 explicit CPDF_Bookmark(const CPDF_Dictionary* pDict);23 ~CPDF_Bookmark();
20 CPDF_Bookmark GetFirstChild(CPDF_Bookmark* parent) const;21 CPDF_Bookmark GetNextSibling(CPDF_Bookmark* bookmark) const;
29 CPDF_Bookmark FindBookmark(const CPDF_BookmarkTree& tree, in FindBookmark()30 CPDF_Bookmark bookmark, in FindBookmark()35 return CPDF_Bookmark(); in FindBookmark()45 CPDF_Bookmark child = tree.GetFirstChild(&bookmark); in FindBookmark()48 CPDF_Bookmark found = FindBookmark(tree, child, title, visited); in FindBookmark()53 return CPDF_Bookmark(); in FindBookmark()76 CPDF_Bookmark cBookmark(CPDFDictionaryFromFPDFBookmark(bookmark)); in FPDFBookmark_GetFirstChild()91 CPDF_Bookmark cBookmark(CPDFDictionaryFromFPDFBookmark(bookmark)); in FPDFBookmark_GetNextSibling()102 CPDF_Bookmark cBookmark(CPDFDictionaryFromFPDFBookmark(bookmark)); in FPDFBookmark_GetTitle()120 FindBookmark(tree, CPDF_Bookmark(), encodedTitle, &visited).GetDict()); in FPDFBookmark_Find()[all …]
16 class CPDF_Bookmark; variable129 void OnBookmark_MouseUp(CPDF_Bookmark* pBookMark);196 UnownedPtr<CPDF_Bookmark> m_pTargetBookMark;
15 class CPDF_Bookmark; variable122 virtual void OnBookmark_MouseUp(CPDF_Bookmark* pBookMark) = 0;
107 void OnBookmark_MouseUp(CPDF_Bookmark* pBookMark) override {} in OnBookmark_MouseUp()
116 void OnBookmark_MouseUp(CPDF_Bookmark* pBookMark) override;
302 void CJS_EventContext::OnBookmark_MouseUp(CPDF_Bookmark* pBookMark) { in OnBookmark_MouseUp()
336 void CJS_EventRecorder::OnBookmark_MouseUp(CPDF_Bookmark* pBookMark) { in OnBookmark_MouseUp()