Searched refs:GetDest (Results 1 - 6 of 6) sorted by last modified time

/external/pdfium/core/include/fpdfdoc/
H A Dfpdf_doc.h128 CPDF_Dest GetDest(CPDF_Document* pDocument);
329 CPDF_Dest GetDest(CPDF_Document* pDoc) const;
596 CPDF_Dest GetDest(CPDF_Document* pDoc);
/external/pdfium/core/src/fpdfdoc/
H A Ddoc_action.cpp8 CPDF_Dest CPDF_Action::GetDest(CPDF_Document* pDoc) const function in class:CPDF_Action
H A Ddoc_bookmark.cpp67 CPDF_Dest CPDF_Bookmark::GetDest(CPDF_Document* pDocument) function in class:CPDF_Bookmark
H A Ddoc_link.cpp87 CPDF_Dest CPDF_Link::GetDest(CPDF_Document* pDoc) function in class:CPDF_Link
/external/pdfium/fpdfsdk/src/
H A Dfpdfdoc.cpp50 CPDF_Dest dest = Bookmark.GetDest(pDoc);
56 return Action.GetDest(pDoc);
95 return Action.GetDest(pDoc);
151 FPDF_DEST dest = Link.GetDest(pDoc);
157 return Action.GetDest(pDoc);
H A Dfsdk_actionhandler.cpp581 CPDF_Dest MyDest = action.GetDest(pPDFDocument);

Completed in 268 milliseconds