Searched refs:GetDest (Results 1 – 8 of 8) sorted by relevance
120 CPDF_Dest dest = bookmark.GetDest(pDoc); in FPDFBookmark_GetDest()128 return action.GetDest(pDoc).GetObject(); in FPDFBookmark_GetDest()167 return action.GetDest(pDoc).GetObject(); in FPDFAction_GetDest()301 FPDF_DEST dest = link.GetDest(pDoc).GetObject(); in FPDFLink_GetDest()308 return action.GetDest(pDoc).GetObject(); in FPDFLink_GetDest()
421 CPDF_Dest MyDest = action.GetDest(pPDFDocument); in DoAction_GoTo()
26 CPDF_Dest GetDest(CPDF_Document* pDoc);
29 CPDF_Dest GetDest(CPDF_Document* pDocument) const;
24 CPDF_Dest CPDF_Link::GetDest(CPDF_Document* pDoc) { in GetDest() function in CPDF_Link
46 CPDF_Dest GetDest(CPDF_Document* pDoc) const;
64 CPDF_Dest CPDF_Bookmark::GetDest(CPDF_Document* pDocument) const { in GetDest() function in CPDF_Bookmark
30 CPDF_Dest CPDF_Action::GetDest(CPDF_Document* pDoc) const { in GetDest() function in CPDF_Action