OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pRootDict
(Results
1 - 3
of
3
) sorted by null
/external/pdfium/fpdfsdk/src/formfiller/
FFL_CBA_Fontmap.cpp
84
CPDF_Dictionary*
pRootDict
= pDocument->GetRoot();
85
if (!
pRootDict
)
88
CPDF_Dictionary* pAcroFormDict =
pRootDict
->GetDict("AcroForm");
216
if (CPDF_Dictionary*
pRootDict
= m_pDocument->GetRoot())
217
pAcroFormDict =
pRootDict
->GetDict("AcroForm");
/external/pdfium/fpdfsdk/src/
fpdf_ext.cpp
145
CPDF_Dictionary*
pRootDict
= pDoc->GetRoot();
146
if (
pRootDict
) {
148
if (
pRootDict
->KeyExist("Collection")) {
152
if (
pRootDict
->KeyExist("Names")) {
153
CPDF_Dictionary* pNameDict =
pRootDict
->GetDict("Names");
/external/pdfium/core/src/fpdfdoc/
doc_ap.cpp
267
if (CPDF_Dictionary*
pRootDict
= pDoc->GetRoot()) {
268
pFormDict =
pRootDict
->GetDict("AcroForm");
[
all
...]
Completed in 2548 milliseconds