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

  /external/pdfium/core/fpdfapi/parser/
cfdf_document.cpp 18 : CPDF_IndirectObjectHolder(), m_pRootDict(nullptr) {}
24 pDoc->m_pRootDict = pDoc->NewIndirect<CPDF_Dictionary>();
25 pDoc->m_pRootDict->SetNewFor<CPDF_Dictionary>("FDF");
36 return pDoc->m_pRootDict ? std::move(pDoc) : nullptr;
81 m_pRootDict = pMainDict->GetDictFor("Root");
89 if (!m_pRootDict)
97 buf << "trailer\r\n<</Root " << m_pRootDict->GetObjNum()
cfdf_document.h 30 CPDF_Dictionary* GetRoot() const { return m_pRootDict; }
35 CPDF_Dictionary* m_pRootDict;
cpdf_document.h 52 CPDF_Dictionary* GetRoot() const { return m_pRootDict; }
132 CPDF_Dictionary* m_pRootDict;
cpdf_document_unittest.cpp 90 m_pRootDict = m_pOwnedRootDict.get();
114 m_pRootDict = m_pOwnedRootDict.get();
cpdf_document.cpp 343 m_pRootDict(nullptr),
373 m_pRootDict = pRootObj->GetDict();
374 if (!m_pRootDict)
655 ASSERT(!m_pRootDict && !m_pInfoDict);
656 m_pRootDict = NewIndirect<CPDF_Dictionary>();
657 m_pRootDict->SetNewFor<CPDF_Name>("Type", "Catalog");
663 m_pRootDict->SetNewFor<CPDF_Reference>("Pages", this, pPages->GetObjNum());
    [all...]
  /external/pdfium/fpdfsdk/
fpdfdoc_unittest.cpp 32 void SetRoot(CPDF_Dictionary* root) { m_pRootDict = root; }

Completed in 2035 milliseconds