HomeSort by relevance Sort by last modified time
    Searched refs:m_pRootDict (Results 1 - 7 of 7) 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;
cfdf_document.cpp 21 : CPDF_IndirectObjectHolder(), m_pRootDict(nullptr) {}
27 pDoc->m_pRootDict = pDoc->NewIndirect<CPDF_Dictionary>();
28 pDoc->m_pRootDict->SetNewFor<CPDF_Dictionary>("FDF");
36 return pDoc->m_pRootDict ? std::move(pDoc) : nullptr;
75 m_pRootDict = pMainDict->GetDictFor("Root");
83 if (!m_pRootDict)
92 buf << "trailer\r\n<</Root " << m_pRootDict->GetObjNum()
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.
cpdf_document_unittest.cpp 93 m_pRootDict = m_pOwnedRootDict.get();
122 m_pRootDict = m_pOwnedRootDict.get();
149 m_pRootDict = m_pOwnedRootDict.get();
cpdf_document.cpp 344 m_pRootDict(nullptr),
372 m_pRootDict = pRootObj->GetDict();
373 if (!m_pRootDict)
657 ASSERT(!m_pRootDict);
659 m_pRootDict = NewIndirect<CPDF_Dictionary>();
660 m_pRootDict->SetNewFor<CPDF_Name>("Type", "Catalog");
666 m_pRootDict->SetNewFor<CPDF_Reference>("Pages", this, pPages->GetObjNum());
    [all...]
  /external/pdfium/fpdfsdk/
fpdfcatalog_unittest.cpp 24 m_pRootDict = root;
fpdfdoc_unittest.cpp 32 void SetRoot(CPDF_Dictionary* root) { m_pRootDict = root; }

Completed in 267 milliseconds