Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/page/
Dcpdf_annotcontext.h30 RetainPtr<CPDF_Dictionary> GetMutableAnnotDict() { return m_pAnnotDict; } in GetMutableAnnotDict() function
/external/pdfium/core/fpdfdoc/
Dcpdf_annot.h84 RetainPtr<CPDF_Dictionary> GetMutableAnnotDict() { return m_pAnnotDict; } in GetMutableAnnotDict() function
/external/pdfium/fpdfsdk/
Dcpdfsdk_baannot.cpp52 RetainPtr<CPDF_Dictionary> CPDFSDK_BAAnnot::GetMutableAnnotDict() { in GetMutableAnnotDict() function in CPDFSDK_BAAnnot