OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_pDoc
(Results
1 - 12
of
12
) sorted by null
/external/pdfium/fpdfsdk/
fpdfcatalog_unittest.cpp
51
m_pDoc
= pdfium::MakeUnique<CPDF_TestPdfDocument>();
58
m_pDoc
.reset();
63
std::unique_ptr<CPDF_TestPdfDocument>
m_pDoc
;
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
.get()))
[
all
...]
fpdfdoc_unittest.cpp
63
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
;
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
.get(), title.get()))
[
all
...]
/external/pdfium/xfa/fxfa/
cxfa_ffnotify.cpp
55
CXFA_FFNotify::CXFA_FFNotify(CXFA_FFDoc* pDoc) :
m_pDoc
(pDoc) {}
61
CXFA_FFDocView* pDocView =
m_pDoc
->GetDocView(pSender->GetLayout());
74
m_pDoc
->GetDocView()->GetWidgetForNode(pSender->GetNode());
91
m_pDoc
->GetDocView()->GetWidgetForNode(pSender->GetNode());
108
CXFA_LayoutProcessor* pLayout =
m_pDoc
->GetXFADoc()->GetDocLayout();
109
return new CXFA_FFPageView(
m_pDoc
->GetDocView(pLayout), pNode);
189
CXFA_LayoutProcessor* pLayout =
m_pDoc
->GetXFADoc()->GetDocLayout();
190
pWidget->SetDocView(
m_pDoc
->GetDocView(pLayout));
202
pAcc->StartWidgetLayout(
m_pDoc
.Get(), fCalcWidth, fCalcHeight);
210
pAcc->FindSplitPos(
m_pDoc
->GetDocView(), iBlockIndex, fCalcHeightPos)
[
all
...]
cxfa_ffdocview.cpp
64
m_pDoc
(pDoc),
83
m_pDoc
->GetXFADoc()->DoProtoMerge();
84
m_pDoc
->GetXFADoc()->DoDataMerge();
92
ToNode(
m_pDoc
->GetXFADoc()->GetXFAObject(XFA_HASHCODE_Form));
117
ToNode(
m_pDoc
->GetXFADoc()->GetXFAObject(XFA_HASHCODE_Form));
162
CXFA_FFApp* pApp =
m_pDoc
->GetApp();
221
return
m_pDoc
->GetXFADoc()->GetDocLayout();
264
m_pDoc
->GetDocEnvironment()->SetChangeMark(
m_pDoc
.Get());
275
ToNode(
m_pDoc
->GetXFADoc()->GetXFAObject(XFA_HASHCODE_Config))
[
all
...]
cxfa_ffdocview.h
48
CXFA_FFDoc* GetDoc() { return
m_pDoc
.Get(); }
95
return
m_pDoc
->GetFormType() == FormType::kXFAForeground;
127
UnownedPtr<CXFA_FFDoc> const
m_pDoc
;
cxfa_ffnotify.h
78
UnownedPtr<CXFA_FFDoc> const
m_pDoc
;
cxfa_textlayout.h
114
CXFA_FFDoc*
m_pDoc
;
cxfa_textlayout.cpp
41
m_pDoc
(doc),
103
pBreak->SetFont(m_textParser.GetFont(
m_pDoc
, m_pTextProvider, nullptr));
165
m_pBreak->SetFont(m_textParser.GetFont(
m_pDoc
, m_pTextProvider, nullptr));
245
m_pBreak->SetFont(m_textParser.GetFont(
m_pDoc
, m_pTextProvider, pStyle));
[
all
...]
/external/pdfium/core/fpdfdoc/
cpdf_viewerpreferences.h
37
UnownedPtr<CPDF_Document> const
m_pDoc
;
cpdf_viewerpreferences.cpp
13
:
m_pDoc
(pDoc) {}
58
const CPDF_Dictionary* pDict =
m_pDoc
->GetRoot();
/external/pdfium/xfa/fgas/font/
cfgas_pdffontmgr.cpp
28
:
m_pDoc
(pDoc), m_pFontMgr(pFontMgr) {
41
m_pDoc
->GetRoot()->GetDictFor("AcroForm")->GetDictFor("DR");
62
CPDF_Font* pPDFFont =
m_pDoc
->LoadFont(pFontDict);
cfgas_pdffontmgr.h
52
UnownedPtr<CPDF_Document> const
m_pDoc
;
Completed in 405 milliseconds