Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/
Dfpdfdoc.cpp120 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()
Dfsdk_actionhandler.cpp421 CPDF_Dest MyDest = action.GetDest(pPDFDocument); in DoAction_GoTo()
/external/pdfium/core/fpdfdoc/
Dcpdf_link.h26 CPDF_Dest GetDest(CPDF_Document* pDoc);
Dcpdf_bookmark.h29 CPDF_Dest GetDest(CPDF_Document* pDocument) const;
Dcpdf_link.cpp24 CPDF_Dest CPDF_Link::GetDest(CPDF_Document* pDoc) { in GetDest() function in CPDF_Link
Dcpdf_action.h46 CPDF_Dest GetDest(CPDF_Document* pDoc) const;
Dcpdf_bookmark.cpp64 CPDF_Dest CPDF_Bookmark::GetDest(CPDF_Document* pDocument) const { in GetDest() function in CPDF_Bookmark
Dcpdf_action.cpp30 CPDF_Dest CPDF_Action::GetDest(CPDF_Document* pDoc) const { in GetDest() function in CPDF_Action