HomeSort by relevance Sort by last modified time
    Searched defs:m_pRootDict (Results 1 - 2 of 2) sorted by null

  /external/pdfium/core/fpdfapi/parser/
cfdf_document.h 29 CPDF_Dictionary* GetRoot() const { return m_pRootDict.Get(); }
34 UnownedPtr<CPDF_Dictionary> m_pRootDict;
cpdf_document.h 48 const CPDF_Dictionary* GetRoot() const { return m_pRootDict; }
49 CPDF_Dictionary* GetRoot() { return m_pRootDict; }
135 CPDF_Dictionary* m_pRootDict; // Not owned.

Completed in 521 milliseconds