Searched refs:CPDF_Bookmark (Results 1 – 13 of 13) sorted by relevance
11 CPDF_Bookmark CPDF_BookmarkTree::GetFirstChild( in GetFirstChild()12 const CPDF_Bookmark& parent) const { in GetFirstChild()15 return CPDF_Bookmark(pParentDict->GetDictFor("First")); in GetFirstChild()19 return CPDF_Bookmark(); in GetFirstChild()22 return pOutlines ? CPDF_Bookmark(pOutlines->GetDictFor("First")) in GetFirstChild()23 : CPDF_Bookmark(); in GetFirstChild()26 CPDF_Bookmark CPDF_BookmarkTree::GetNextSibling( in GetNextSibling()27 const CPDF_Bookmark& bookmark) const { in GetNextSibling()30 return CPDF_Bookmark(); in GetNextSibling()33 return pNext == pDict ? CPDF_Bookmark() : CPDF_Bookmark(pNext); in GetNextSibling()
18 CPDF_Bookmark GetFirstChild(const CPDF_Bookmark& parent) const;19 CPDF_Bookmark GetNextSibling(const CPDF_Bookmark& bookmark) const;
16 uint32_t CPDF_Bookmark::GetColorRef() const { in GetColorRef()30 uint32_t CPDF_Bookmark::GetFontStyle() const { in GetFontStyle()34 CFX_WideString CPDF_Bookmark::GetTitle() const { in GetTitle()55 CPDF_Dest CPDF_Bookmark::GetDest(CPDF_Document* pDocument) const { in GetDest()71 CPDF_Action CPDF_Bookmark::GetAction() const { in GetAction()
17 class CPDF_Bookmark {19 CPDF_Bookmark() : m_pDict(nullptr) {} in CPDF_Bookmark() function20 explicit CPDF_Bookmark(CPDF_Dictionary* pDict) : m_pDict(pDict) {} in CPDF_Bookmark() function
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()81 CPDF_Bookmark bookmark = in FPDFBookmark_GetFirstChild()82 CPDF_Bookmark(ToDictionary(static_cast<CPDF_Object*>(pDict))); in FPDFBookmark_GetFirstChild()94 CPDF_Bookmark bookmark = in FPDFBookmark_GetNextSibling()95 CPDF_Bookmark(ToDictionary(static_cast<CPDF_Object*>(pDict))); in FPDFBookmark_GetNextSibling()[all …]
20 class CPDF_Bookmark; variable37 bool DoAction_BookMark(CPDF_Bookmark* pBookMark,79 CPDF_Bookmark* pBookmark,
78 CPDF_Bookmark* pBookMark, in DoAction_BookMark()309 CPDF_Bookmark* pBookmark, in ExecuteBookMark()
16 class CPDF_Bookmark; variable133 void OnBookmark_MouseUp(CPDF_Bookmark* pBookMark);191 CPDF_Bookmark* m_pTargetBookMark;
13 class CPDF_Bookmark; variable121 virtual void OnBookmark_MouseUp(CPDF_Bookmark* pBookMark) = 0;
116 void OnBookmark_MouseUp(CPDF_Bookmark* pBookMark) override;
112 void OnBookmark_MouseUp(CPDF_Bookmark* pBookMark) override {} in OnBookmark_MouseUp()
256 void CJS_EventContext::OnBookmark_MouseUp(CPDF_Bookmark* pBookMark) { in OnBookmark_MouseUp()
347 void CJS_EventHandler::OnBookmark_MouseUp(CPDF_Bookmark* pBookMark) { in OnBookmark_MouseUp()