Searched defs:m_pDoc (Results 1 - 7 of 7) sorted by relevance

/external/pdfium/core/fpdfdoc/
H A Dcpdf_viewerpreferences.h37 UnownedPtr<CPDF_Document> const m_pDoc; member in class:CPDF_ViewerPreferences
/external/pdfium/xfa/fxfa/
H A Dcxfa_ffnotify.h78 UnownedPtr<CXFA_FFDoc> const m_pDoc; member in class:CXFA_FFNotify
H A Dcxfa_textlayout.h114 CXFA_FFDoc* m_pDoc; member in class:CXFA_TextLayout
H A Dcxfa_ffdocview.h48 CXFA_FFDoc* GetDoc() { return m_pDoc.Get(); }
95 return m_pDoc->GetFormType() == FormType::kXFAForeground;
127 UnownedPtr<CXFA_FFDoc> const m_pDoc; member in class:CXFA_FFDocView
/external/pdfium/xfa/fgas/font/
H A Dcfgas_pdffontmgr.h52 UnownedPtr<CPDF_Document> const m_pDoc; member in class:CFGAS_PDFFontMgr
/external/pdfium/fpdfsdk/
H A Dfpdfcatalog_unittest.cpp51 m_pDoc = pdfium::MakeUnique<CPDF_TestPdfDocument>();
58 m_pDoc.reset();
63 std::unique_ptr<CPDF_TestPdfDocument> m_pDoc; member in class:PDFCatalogTest
72 m_pDoc->SetRoot(nullptr);
73 EXPECT_FALSE(FPDFCatalog_IsTagged(m_pDoc.get()));
76 m_pDoc->SetRoot(m_pRootObj.get());
77 EXPECT_FALSE(FPDFCatalog_IsTagged(m_pDoc.get()));
81 EXPECT_FALSE(FPDFCatalog_IsTagged(m_pDoc.get()));
86 EXPECT_FALSE(FPDFCatalog_IsTagged(m_pDoc.get()));
90 EXPECT_FALSE(FPDFCatalog_IsTagged(m_pDoc
[all...]
H A Dfpdfdoc_unittest.cpp63 m_pDoc = pdfium::MakeUnique<CPDF_TestPdfDocument>();
64 m_pIndirectObjs = m_pDoc->GetHolder();
68 m_pDoc->SetRoot(m_pRootObj.get());
74 m_pDoc.reset();
89 std::unique_ptr<CPDF_TestPdfDocument> m_pDoc; member in class:PDFDocTest
99 EXPECT_EQ(nullptr, FPDFBookmark_Find(m_pDoc.get(), title.get()));
102 EXPECT_EQ(nullptr, FPDFBookmark_Find(m_pDoc.get(), title.get()));
109 EXPECT_EQ(nullptr, FPDFBookmark_Find(m_pDoc.get(), title.get()));
112 EXPECT_EQ(nullptr, FPDFBookmark_Find(m_pDoc.get(), title.get()));
143 EXPECT_EQ(nullptr, FPDFBookmark_Find(m_pDoc
[all...]

Completed in 185 milliseconds