Home
last modified time | relevance | path

Searched refs:GetDest (Results 1 – 8 of 8) sorted by relevance

/external/pdfium/fpdfsdk/
Dfpdfdoc.cpp131 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()
Dfsdk_actionhandler.cpp419 CPDF_Dest MyDest = action.GetDest(pPDFDocument); in DoAction_GoTo()
/external/pdfium/core/fpdfdoc/
Dcpdf_link.h24 CPDF_Dest GetDest(CPDF_Document* pDoc);
Dcpdf_bookmark.h26 CPDF_Dest GetDest(CPDF_Document* pDocument) const;
Dcpdf_link.cpp16 CPDF_Dest CPDF_Link::GetDest(CPDF_Document* pDoc) { in GetDest() function in CPDF_Link
Dcpdf_action.h45 CPDF_Dest GetDest(CPDF_Document* pDoc) const;
Dcpdf_bookmark.cpp55 CPDF_Dest CPDF_Bookmark::GetDest(CPDF_Document* pDocument) const { in GetDest() function in CPDF_Bookmark
Dcpdf_action.cpp24 CPDF_Dest CPDF_Action::GetDest(CPDF_Document* pDoc) const { in GetDest() function in CPDF_Action