Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/parser/
Dcpdf_document.h119 LinkListIface* GetLinksContext() const { return m_pLinksContext.get(); } in GetLinksContext()
121 m_pLinksContext = std::move(pContext); in SetLinksContext()
198 std::unique_ptr<LinkListIface> m_pLinksContext; variable