Home
last modified time | relevance | path

Searched refs:GetObjectFor (Results 1 – 24 of 24) sorted by relevance

/external/pdfium/core/fpdfdoc/
Dcpdf_structelement.cpp60 RetainPtr<const CPDF_Object> obj = m_pDict->GetObjectFor("ID"); in GetID()
67 RetainPtr<const CPDF_Object> obj = m_pDict->GetObjectFor("Lang"); in GetLang()
74 return m_pDict->GetObjectFor("A"); in GetA()
78 return m_pDict->GetObjectFor("K"); in GetK()
110 RetainPtr<const CPDF_Object> pObj = m_pDict->GetObjectFor("Pg"); in LoadKids()
152 ToReference(pKidDict->GetObjectFor("Pg"))) { in LoadKid()
164 ToReference(pKidDict->GetObjectFor("Stm")); in LoadKid()
174 ToReference(pKidDict->GetObjectFor("Obj")); in LoadKid()
Dcpdf_viewerpreferences.cpp50 RetainPtr<const CPDF_Name> pName = ToName(pDict->GetObjectFor(bsKey)); in GenericName()
Dcpdf_bafontmap.cpp297 if (ToDictionary(pAPDict->GetObjectFor(m_sAPType))) in AddFontToAnnotDict()
Dcpdf_formfield.cpp389 m_pDict->GetObjectFor(key)->Clone()); in SetValue()
Dcpdf_interactiveform.cpp863 pFieldDict->GetObjectFor(pdfium::form_fields::kT); in AddTerminalField()
/external/pdfium/core/fpdfapi/edit/
Dcpdf_pageorganizer.cpp196 ToName(dict->GetObjectFor(pdfium::page_object::kType)->GetDirect()); in PageDictGetInheritableTag()
202 dict->GetObjectFor(pdfium::page_object::kParent)->GetDirect()); in PageDictGetInheritableTag()
208 return dict->GetObjectFor(src_tag); in PageDictGetInheritableTag()
213 return pp->GetObjectFor(src_tag); in PageDictGetInheritableTag()
220 pp->GetObjectFor(pdfium::page_object::kParent)->GetDirect()); in PageDictGetInheritableTag()
/external/pdfium/core/fpdfapi/parser/
Dcpdf_cross_ref_avail.cpp142 if (ToReference(trailer->GetObjectFor(kEncryptKey))) { in CheckCrossRefTableTrailer()
178 if (ToReference(trailer->GetObjectFor(kEncryptKey))) { in CheckCrossRefStream()
Dcpdf_object_unittest.cpp152 if (!Equal(item.second.Get(), dict2->GetObjectFor(item.first).Get())) in Equal()
936 RetainPtr<const CPDF_Object> obj = dict->GetObjectFor("foo"); in TEST()
947 RetainPtr<const CPDF_Object> cloned_obj = cloned_dict->GetObjectFor("foo"); in TEST()
966 EXPECT_FALSE(cloned_dict->AsDictionary()->GetObjectFor("arr")); in TEST()
989 RetainPtr<const CPDF_Object> cloned_arr = cloned_dict->GetObjectFor("arr"); in TEST()
1004 RetainPtr<const CPDF_Object> pRef = dict->GetObjectFor("clams"); in TEST()
Dcpdf_data_avail.cpp261 ToReference(m_pRoot->GetObjectFor("Pages")); in CheckRoot()
280 ToReference(pRoot->GetObjectFor("Pages")); in PreparePageItem()
354 RetainPtr<const CPDF_Object> pKids = pDict->GetObjectFor("Kids"); in GetPageKids()
982 RetainPtr<const CPDF_Object> pAcroForm = pRoot->GetObjectFor("AcroForm"); in CheckAcroForm()
Dcpdf_parser.cpp283 ToReference(GetRoot()->GetObjectFor("Metadata")); in StartParseInternal()
947 GetTrailer()->GetObjectFor("Encrypt"); in GetEncryptDict()
986 ? m_CrossRefTable->trailer()->GetObjectFor("Info") in GetInfoObjNum()
994 ? m_CrossRefTable->trailer()->GetObjectFor("Root") in GetRootObjNum()
1201 ToReference(GetRoot()->GetObjectFor("Metadata")); in StartLinearizedParse()
Dcpdf_object_walker_unittest.cpp151 EXPECT_EQ(walker.GetParent()->AsDictionary()->GetObjectFor( in TEST()
Dcpdf_dictionary.h46 RetainPtr<const CPDF_Object> GetObjectFor(const ByteString& key) const;
Dcpdf_hint_tables.cpp448 pHintStream->GetDict()->GetObjectFor("S"); in LoadHintStream()
Dcpdf_dictionary.cpp76 RetainPtr<const CPDF_Object> CPDF_Dictionary::GetObjectFor( in GetObjectFor() function in CPDF_Dictionary
/external/pdfium/fpdfsdk/
Dfpdf_signature.cpp160 RetainPtr<const CPDF_Object> obj = value_dict->GetObjectFor("Reason"); in FPDFSignatureObj_GetReason()
184 RetainPtr<const CPDF_Object> obj = value_dict->GetObjectFor("M"); in FPDFSignatureObj_GetTime()
Dfpdf_attachment.cpp141 RetainPtr<const CPDF_Object> pObj = spec.GetParamsDict()->GetObjectFor(key); in FPDFAttachment_GetValueType()
191 RetainPtr<const CPDF_Object> object = params->GetObjectFor(key_str); in FPDFAttachment_GetStringValue()
Dfpdf_ext.cpp93 RetainPtr<const CPDF_Object> pName = pRoot->GetObjectFor("PageMode"); in FPDFDoc_GetPageMode()
Dfpdf_editpage.cpp78 ToName(pFormDict->GetObjectFor(pdfium::page_object::kType)->GetDirect()); in IsPageObject()
433 RetainPtr<const CPDF_Object> pObject = pParams->GetObjectFor(key); in FPDFPageObjMark_GetParamValueType()
448 RetainPtr<const CPDF_Object> pObj = pParams->GetObjectFor(key); in FPDFPageObjMark_GetParamIntValue()
469 RetainPtr<const CPDF_Object> pObj = pParams->GetObjectFor(key); in FPDFPageObjMark_GetParamStringValue()
493 RetainPtr<const CPDF_Object> pObj = pParams->GetObjectFor(key); in FPDFPageObjMark_GetParamBlobValue()
Dfpdf_structtree.cpp36 RetainPtr<const CPDF_Object> obj = dict->GetObjectFor("MCID"); in GetMcidFromDict()
216 RetainPtr<const CPDF_Object> attr = obj_dict->GetObjectFor(attr_name); in FPDF_StructElement_GetStringAttribute()
Dfpdf_view.cpp158 return acro_form ? acro_form->GetObjectFor("XFA") : nullptr; in GetXFAEntryFromDocument()
320 RetainPtr<const CPDF_Object> pXFA = pAcroForm->GetObjectFor("XFA"); in FPDF_GetFormType()
Dfpdf_annot.cpp1023 RetainPtr<const CPDF_Object> pObj = pAnnot->GetAnnotDict()->GetObjectFor(key); in FPDFAnnot_GetValueType()
1068 RetainPtr<const CPDF_Object> p = pAnnotDict->GetObjectFor(key); in FPDFAnnot_GetNumberValue()
Dfpdf_ppo_embeddertest.cpp426 RetainPtr<const CPDF_Object> bool_obj = prefs->GetObjectFor("Bool"); in TEST_F()
Dfpdf_edit_embeddertest.cpp3526 cidinfo_dict->GetObjectFor("Registry"); in TEST_F()
3531 cidinfo_dict->GetObjectFor("Ordering"); in TEST_F()
/external/pdfium/fpdfsdk/fpdfxfa/
Dcpdfxfa_docenvironment.cpp476 ToArray(pAcroForm->GetObjectFor("XFA")); in ExportData()
762 RetainPtr<const CPDF_Array> pArray = ToArray(pAcroForm->GetObjectFor("XFA")); in ExportSubmitFile()