Home
last modified time | relevance | path

Searched defs:GetMutableDict (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/pdfium/core/fpdfdoc/
H A Dcpdf_link.h23 RetainPtr<CPDF_Dictionary> GetMutableDict() const { return m_pDict; } in GetMutableDict() function
/aosp_15_r20/external/pdfium/core/fpdfapi/parser/
H A Dcpdf_object.cpp82 RetainPtr<CPDF_Dictionary> CPDF_Object::GetMutableDict() { in GetMutableDict() function in CPDF_Object
/aosp_15_r20/external/pdfium/core/fpdfapi/page/
H A Dcpdf_pageobjectholder.h73 RetainPtr<CPDF_Dictionary> GetMutableDict() { return m_pDict; } in GetMutableDict() function