Searched refs:GetDest (Results 1 – 8 of 8) sorted by relevance
131 CPDF_Dest dest = bookmark.GetDest(pDoc); in FPDFBookmark_GetDest()139 return action.GetDest(pDoc).GetObject(); in FPDFBookmark_GetDest()177 return action.GetDest(pDoc).GetObject(); in FPDFAction_GetDest()293 FPDF_DEST dest = link.GetDest(pDoc).GetObject(); in FPDFLink_GetDest()300 return action.GetDest(pDoc).GetObject(); in FPDFLink_GetDest()
419 CPDF_Dest MyDest = action.GetDest(pPDFDocument); in DoAction_GoTo()
24 CPDF_Dest GetDest(CPDF_Document* pDoc);
26 CPDF_Dest GetDest(CPDF_Document* pDocument) const;
16 CPDF_Dest CPDF_Link::GetDest(CPDF_Document* pDoc) { in GetDest() function in CPDF_Link
45 CPDF_Dest GetDest(CPDF_Document* pDoc) const;
55 CPDF_Dest CPDF_Bookmark::GetDest(CPDF_Document* pDocument) const { in GetDest() function in CPDF_Bookmark
24 CPDF_Dest CPDF_Action::GetDest(CPDF_Document* pDoc) const { in GetDest() function in CPDF_Action