Home
last modified time | relevance | path

Searched refs:LinksContext (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/core/fpdfapi/parser/
Dcpdf_document.h68 std::unique_ptr<CPDF_LinkList>* LinksContext() { return &m_pLinksContext; } in LinksContext() function
/external/pdfium/fpdfsdk/
Dfpdfdoc.cpp57 std::unique_ptr<CPDF_LinkList>* pHolder = pDoc->LinksContext(); in GetLinkList()