Searched refs:GetPDFDoc (Results 1 – 13 of 13) sorted by relevance
34 CPDF_Document* pPDFDoc = m_pContext->GetPDFDoc(); in LoadPDFPage()92 pdfium::MakeUnique<CPDF_Page>(m_pContext->GetPDFDoc(), pageDict, true); in LoadPDFPage()
387 if (hDoc != m_pContext->GetXFADoc() || !m_pContext->GetPDFDoc()) in GetTitle()390 CPDF_Dictionary* pInfoDict = m_pContext->GetPDFDoc()->GetInfo(); in GetTitle()401 if (hDoc != m_pContext->GetXFADoc() || !m_pContext->GetPDFDoc()) in SetTitle()404 if (CPDF_Dictionary* pInfoDict = m_pContext->GetPDFDoc()->GetInfo()) in SetTitle()452 if (!m_pContext->GetPDFDoc()) in ExportData()455 CPDF_Dictionary* pRoot = m_pContext->GetPDFDoc()->GetRoot(); in ExportData()752 if (!m_pContext->GetPDFDoc()) { in ExportSubmitFile()757 CPDF_Dictionary* pRoot = m_pContext->GetPDFDoc()->GetRoot(); in ExportSubmitFile()
37 CPDF_Document* GetPDFDoc() { return m_pPDFDoc.get(); } in GetPDFDoc() function
51 CPDF_Document* GetPDFDoc();
43 reinterpret_cast<CPDF_TestDocument*>(GetPDFDoc())->SetRoot(root); in SetRoot()46 CPDF_IndirectObjectHolder* GetHolder() { return GetPDFDoc(); } in GetHolder()
103 return m_pUnderlyingDoc ? m_pUnderlyingDoc->GetPDFDoc() : nullptr; in GetPDFDocument()
92 CPDF_Document* pPDFDocument = pContext->GetPDFDoc(); in SaveXFADocumentData()
54 CPDF_ViewerPreferences viewRef(pContext->GetPDFDoc()); in FPDFText_LoadPage()
208 return m_page->GetContext()->GetPDFDoc();
296 return doc ? UnderlyingFromFPDFDocument(doc)->GetPDFDoc() : nullptr; in CPDFDocumentFromFPDFDocument()517 (static_cast<CPDFXFA_Context*>(document))->GetPDFDoc(); in FPDF_HasXFAField()
92 CPDF_Document* pPDFDoc = pContext->GetPDFDoc(); in FFLCommon()
355 CPDF_Document* CXFA_FFDoc::GetPDFDoc() { in GetPDFDoc() function in CXFA_FFDoc
1817 CPDF_Document* pDoc = m_pDoc->GetPDFDoc(); in FindFont()