Home | History | Annotate | Download | only in fpdfdoc

Lines Matching refs:CPDF_Dest

18 class CPDF_Dest;
108 CPDF_Dest GetDest(CPDF_Document* pDocument) const;
122 class CPDF_Dest
125 CPDF_Dest() : m_pObj(nullptr) { }
126 explicit CPDF_Dest(CPDF_Object* pObj) : m_pObj(pObj) { }
294 CPDF_Dest GetDest(CPDF_Document* pDoc) const;
552 CPDF_Dest GetDest(CPDF_Document* pDoc);