Searched refs:m_pDoc (Results 1 - 9 of 9) sorted by relevance

/external/pdfium/xfa/fxfa/app/
H A Dxfa_ffnotify.cpp41 CXFA_FFNotify::CXFA_FFNotify(CXFA_FFDoc* pDoc) : m_pDoc(pDoc) {}
46 CXFA_FFDocView* pDocView = m_pDoc->GetDocView(pSender->GetLayout());
90 CXFA_LayoutProcessor* pLayout = m_pDoc->GetXFADoc()->GetDocLayout();
91 CXFA_FFDocView* pDocView = m_pDoc->GetDocView(pLayout);
192 CXFA_FFDocView* pDocView = m_pDoc->GetDocView();
217 CXFA_FFDocView* pDocView = m_pDoc->GetDocView();
226 CXFA_FFDocView* pDocView = m_pDoc->GetDocView();
239 return m_pDoc;
242 return m_pDoc->GetDocEnvironment();
245 return m_pDoc
[all...]
H A Dxfa_ffdocview.cpp59 m_pDoc(pDoc),
80 m_pDoc->GetXFADoc()->DoProtoMerge();
81 m_pDoc->GetXFADoc()->DoDataMerge();
88 ToNode(m_pDoc->GetXFADoc()->GetXFAObject(XFA_HASHCODE_Form));
110 ToNode(m_pDoc->GetXFADoc()->GetXFAObject(XFA_HASHCODE_Form));
151 CXFA_FFApp* pApp = m_pDoc->GetApp();
212 return m_pDoc->GetXFADoc()->GetDocLayout();
252 m_pDoc->GetDocEnvironment()->SetChangeMark(m_pDoc);
263 ToNode(m_pDoc
[all...]
H A Dxfa_ffnotify.h74 CXFA_FFDoc* const m_pDoc; member in class:CXFA_FFNotify
H A Dxfa_fontmgr.cpp1807 CXFA_PDFFontMgr::CXFA_PDFFontMgr(CXFA_FFDoc* pDoc) : m_pDoc(pDoc) {}
1817 CPDF_Document* pDoc = m_pDoc->GetPDFDoc();
1832 CFGAS_FontMgr* pFDEFontMgr = m_pDoc->GetApp()->GetFDEFontMgr();
/external/pdfium/fpdfsdk/
H A Dfpdfdoc_unittest.cpp66 m_pDoc = pdfium::MakeUnique<CPDF_TestPdfDocument>();
67 m_pIndirectObjs = m_pDoc->GetHolder();
71 m_pDoc->SetRoot(m_pRootObj.get());
77 m_pDoc.reset();
92 std::unique_ptr<CPDF_TestPdfDocument> m_pDoc; member in class:PDFDocTest
102 EXPECT_EQ(nullptr, FPDFBookmark_Find(m_pDoc.get(), title.get()));
105 EXPECT_EQ(nullptr, FPDFBookmark_Find(m_pDoc.get(), title.get()));
112 EXPECT_EQ(nullptr, FPDFBookmark_Find(m_pDoc.get(), title.get()));
115 EXPECT_EQ(nullptr, FPDFBookmark_Find(m_pDoc.get(), title.get()));
146 EXPECT_EQ(nullptr, FPDFBookmark_Find(m_pDoc
[all...]
/external/pdfium/core/fpdfdoc/
H A Dcpdf_viewerpreferences.h36 CPDF_Document* const m_pDoc; member in class:CPDF_ViewerPreferences
H A Dcpdf_viewerpreferences.cpp13 : m_pDoc(pDoc) {}
58 CPDF_Dictionary* pDict = m_pDoc->GetRoot();
/external/pdfium/xfa/fxfa/
H A Dxfa_ffdocview.h44 CXFA_FFDoc* GetDoc() { return m_pDoc; }
116 CXFA_FFDoc* const m_pDoc; member in class:CXFA_FFDocView
H A Dxfa_fontmgr.h79 CXFA_FFDoc* const m_pDoc; member in class:CXFA_PDFFontMgr

Completed in 329 milliseconds