7#include "core/fpdfdoc/cpdf_bookmarktree.h"
11#include "core/fpdfapi/parser/cpdf_dictionary.h"
12#include "core/fpdfapi/parser/cpdf_document.h"
30 return outlines ?
CPDF_Bookmark(outlines->GetDictFor(
"First"))
CPDF_Bookmark GetFirstChild(const CPDF_Bookmark &parent) const
CPDF_BookmarkTree(const CPDF_Document *doc)
CPDF_Bookmark GetNextSibling(const CPDF_Bookmark &bookmark) const
const CPDF_Dictionary * GetDict() const
RetainPtr< const CPDF_Dictionary > GetDictFor(const ByteString &key) const
std::map< ByteString, RetainPtr< CPDF_Object >, std::less<> > DictMap