Home
last modified time | relevance | path

Searched refs:GetPopupAnnot (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/fpdfsdk/
Dcpdfsdk_baannot.cpp40 return m_pAnnot->GetPopupAnnot(); in GetPDFPopupAnnot()
223 if (CPDF_Annot* pAnnot = m_pAnnot->GetPopupAnnot()) in SetOpenState()
/external/pdfium/core/fpdfdoc/
Dcpdf_annot.h102 CPDF_Annot* GetPopupAnnot() const { return m_pPopupAnnot.Get(); } in GetPopupAnnot() function