Home
last modified time | relevance | path

Searched refs:FPDF_ACTION (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/public/
Dfpdf_doc.h118 FPDF_EXPORT FPDF_ACTION FPDF_CALLCONV
131 FPDF_EXPORT unsigned long FPDF_CALLCONV FPDFAction_GetType(FPDF_ACTION action);
145 FPDF_ACTION action);
161 FPDFAction_GetFilePath(FPDF_ACTION action, void* buffer, unsigned long buflen);
176 FPDF_ACTION action,
269 FPDF_EXPORT FPDF_ACTION FPDF_CALLCONV FPDFLink_GetAction(FPDF_LINK link);
Dfpdfview.h36 typedef void* FPDF_ACTION; typedef
/external/pdfium/fpdfsdk/
Dfpdfdoc.cpp131 FPDF_EXPORT FPDF_ACTION FPDF_CALLCONV
139 FPDF_EXPORT unsigned long FPDF_CALLCONV FPDFAction_GetType(FPDF_ACTION pDict) { in FPDFAction_GetType()
160 FPDF_ACTION pDict) { in FPDFAction_GetDest()
171 FPDFAction_GetFilePath(FPDF_ACTION pDict, void* buffer, unsigned long buflen) { in FPDFAction_GetFilePath()
186 FPDF_ACTION pDict, in FPDFAction_GetURIPath()
311 FPDF_EXPORT FPDF_ACTION FPDF_CALLCONV FPDFLink_GetAction(FPDF_LINK pDict) { in FPDFLink_GetAction()
Dfpdfdoc_embeddertest.cpp149 FPDF_ACTION action = FPDFLink_GetAction(link); in TEST_F()