Searched defs:m_pRootDict (Results 1 - 2 of 2) sorted by relevance

/external/pdfium/core/fpdfapi/parser/
H A Dcfdf_document.h29 CPDF_Dictionary* GetRoot() const { return m_pRootDict.Get(); }
34 UnownedPtr<CPDF_Dictionary> m_pRootDict; member in class:CFDF_Document
H A Dcpdf_document.h48 const CPDF_Dictionary* GetRoot() const { return m_pRootDict; }
49 CPDF_Dictionary* GetRoot() { return m_pRootDict; }
135 CPDF_Dictionary* m_pRootDict; // Not owned. member in class:CPDF_Document

Completed in 232 milliseconds