Searched refs:GetMutableArrayFor (Results 1 – 11 of 11) sorted by relevance
55 pLimits->push_back(pNode->GetMutableArrayFor("Limits").Get()); in GetNodeAncestorsLimitsInternal()59 RetainPtr<CPDF_Array> pKids = pNode->GetMutableArrayFor("Kids"); in GetNodeAncestorsLimitsInternal()69 pLimits->push_back(pNode->GetMutableArrayFor("Limits").Get()); in GetNodeAncestorsLimitsInternal()96 RetainPtr<CPDF_Array> pLimits = pNode->GetMutableArrayFor("Limits"); in UpdateNodesAndLimitsUponDeletion()127 RetainPtr<CPDF_Array> pKids = pNode->GetMutableArrayFor("Kids"); in UpdateNodesAndLimitsUponDeletion()210 RetainPtr<CPDF_Array> pLimits = pNode->GetMutableArrayFor("Limits"); in SearchNameNodeByNameInternal()211 RetainPtr<CPDF_Array> pNames = pNode->GetMutableArrayFor("Names"); in SearchNameNodeByNameInternal()259 RetainPtr<CPDF_Array> pKids = pNode->GetMutableArrayFor("Kids"); in SearchNameNodeByNameInternal()310 RetainPtr<CPDF_Array> pNames = pNode->GetMutableArrayFor("Names"); in SearchNameNodeByIndexInternal()331 RetainPtr<CPDF_Array> pKids = pNode->GetMutableArrayFor("Kids"); in SearchNameNodeByIndexInternal()[all …]
133 pRootDict->GetMutableArrayFor("Kids")->GetMutableDictAt(0); in TEST()135 pKid1->GetMutableArrayFor("Kids")->GetMutableDictAt(1); in TEST()136 RetainPtr<CPDF_Array> pLimits = pGrandKid3->GetMutableArrayFor("Limits"); in TEST()
540 RetainPtr<CPDF_Array> pFields = m_pFormDict->GetMutableArrayFor("Fields"); in CPDF_InteractiveForm()769 pFieldDict->GetMutableArrayFor(pdfium::form_fields::kKids); in LoadField()861 pFieldDict->GetMutableArrayFor(pdfium::form_fields::kKids); in AddTerminalField()
42 RetainPtr<CPDF_Array> pKidList = pPages->GetMutableArrayFor("Kids"); in CountPages()213 RetainPtr<CPDF_Array> pKidList = pPages->GetMutableArrayFor("Kids"); in TraversePDFPages()453 RetainPtr<CPDF_Array> pKidList = pPages->GetMutableArrayFor("Kids"); in InsertDeletePDFPage()
192 RetainPtr<CPDF_Array> CPDF_Dictionary::GetMutableArrayFor( in GetMutableArrayFor() function in CPDF_Dictionary199 RetainPtr<CPDF_Array> result = GetMutableArrayFor(key); in GetOrCreateArrayFor()
72 RetainPtr<CPDF_Array> GetMutableArrayFor(const ByteString& key);
192 return GetMutableDict()->GetMutableArrayFor("Annots"); in GetMutableAnnotsArray()
123 pAnnotDict->GetMutableArrayFor(pdfium::annotation::kBorder); in SetBorderWidth()
193 pPage->GetMutableArrayFor(pdfium::page_object::kContents); in SetPageContents()
703 RetainPtr<CPDF_Array> pRectArray = pAnnotDict->GetMutableArrayFor("Rect"); in FPDFPage_TransformAnnots()
668 RetainPtr<CPDF_Array> pColor = pAnnotDict->GetMutableArrayFor(key); in FPDFAnnot_SetColor()