Lines Matching refs:CPDF_Object
37 RetainPtr<const CPDF_Object> obj = dict->GetObjectFor("MCID"); in GetMcidFromDict()
137 RetainPtr<const CPDF_Object> attr_obj = elem->GetA(); in FPDF_StructElement_GetAttributeCount()
157 RetainPtr<const CPDF_Object> attr_obj = elem->GetA(); in FPDF_StructElement_GetAttributeAtIndex()
195 for (const RetainPtr<CPDF_Object>& obj : locker) { in FPDF_StructElement_GetStringAttribute()
199 RetainPtr<const CPDF_Object> attr = obj_dict->GetObjectFor(attr_name); in FPDF_StructElement_GetStringAttribute()
214 RetainPtr<const CPDF_Object> p = elem->GetK(); in FPDF_StructElement_GetMarkedContentID()
328 RetainPtr<const CPDF_Object> obj = dict->GetObjectFor(name); in FPDF_StructElement_Attr_GetType()
344 RetainPtr<const CPDF_Object> obj = dict->GetObjectFor(name); in FPDF_StructElement_Attr_GetBooleanValue()
364 RetainPtr<const CPDF_Object> obj = dict->GetDirectObjectFor(name); in FPDF_StructElement_Attr_GetNumberValue()
386 RetainPtr<const CPDF_Object> obj = dict->GetObjectFor(name); in FPDF_StructElement_Attr_GetStringValue()
409 RetainPtr<const CPDF_Object> obj = dict->GetObjectFor(name); in FPDF_StructElement_Attr_GetBlobValue()
429 RetainPtr<const CPDF_Object> p = elem->GetK(); in FPDF_StructElement_GetMarkedContentIdCount()
446 RetainPtr<const CPDF_Object> p = elem->GetK(); in FPDF_StructElement_GetMarkedContentIdAtIndex()
460 RetainPtr<const CPDF_Object> array_elem = array->GetObjectAt(index); in FPDF_StructElement_GetMarkedContentIdAtIndex()