Home
last modified time | relevance | path

Searched refs:GetMutableObjectFor (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/pdfium/core/fpdfapi/parser/
H A Dcpdf_data_avail.cpp43 RetainPtr<CPDF_Object> result = pDict->GetMutableObjectFor("Resources"); in GetResourceObject()
50 RetainPtr<CPDF_Object> parent = pDict->GetMutableObjectFor("Parent"); in GetResourceObject()
602 RetainPtr<CPDF_Object> pKids = pDict->GetMutableObjectFor("Kids"); in CheckUnknownPageNode()
H A Dcpdf_dictionary.h46 RetainPtr<CPDF_Object> GetMutableObjectFor(const ByteString& key);
H A Dcpdf_dictionary.cpp81 RetainPtr<CPDF_Object> CPDF_Dictionary::GetMutableObjectFor( in GetMutableObjectFor() function in CPDF_Dictionary
/aosp_15_r20/external/pdfium/fpdfsdk/
H A Dfpdf_save.cpp57 RetainPtr<CPDF_Object> pXFA = pAcroForm->GetMutableObjectFor("XFA"); in SaveXFADocumentData()
H A Dfpdf_ppo.cpp268 RetainPtr<CPDF_Object> pElement = pNewRoot->GetMutableObjectFor("Pages"); in Init()
/aosp_15_r20/external/pdfium/core/fpdfapi/edit/
H A Dcpdf_pagecontentmanager.cpp38 page_dict->GetMutableObjectFor("Contents"); in CPDF_PageContentManager()