Searched refs:GetDirectInternal (Results 1 – 5 of 5) sorted by relevance
36 return pdfium::WrapRetain(const_cast<CPDF_Object*>(GetDirectInternal())); in GetMutableDirect()40 return pdfium::WrapRetain(GetDirectInternal()); in GetDirect()43 const CPDF_Object* CPDF_Object::GetDirectInternal() const { in GetDirectInternal() function in CPDF_Object
44 const CPDF_Object* GetDirectInternal() const override;
78 const CPDF_Object* CPDF_Reference::GetDirectInternal() const { in GetDirectInternal() function in CPDF_Reference
151 virtual const CPDF_Object* GetDirectInternal() const;
90 return p ? p->GetDirectInternal() : nullptr; in GetDirectObjectForInternal()118 p = pRef->GetDirectInternal(); in GetUnicodeTextFor()