Home
last modified time | relevance | path

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

/external/pdfium/public/
Dfpdf_doc.h108 DLLEXPORT FPDF_ACTION STDCALL FPDFBookmark_GetAction(FPDF_BOOKMARK bookmark);
124 DLLEXPORT unsigned long STDCALL FPDFAction_GetType(FPDF_ACTION action);
142 FPDF_ACTION action);
161 FPDFAction_GetFilePath(FPDF_ACTION action, void* buffer, unsigned long buflen);
180 FPDF_ACTION action,
255 DLLEXPORT FPDF_ACTION STDCALL FPDFLink_GetAction(FPDF_LINK link);
Dfpdfview.h23 typedef void* FPDF_ACTION; typedef
/external/pdfium/fpdfsdk/src/
Dfpdfdoc.cpp125 DLLEXPORT FPDF_ACTION STDCALL FPDFBookmark_GetAction(FPDF_BOOKMARK pDict) { in FPDFBookmark_GetAction()
132 DLLEXPORT unsigned long STDCALL FPDFAction_GetType(FPDF_ACTION pDict) { in FPDFAction_GetType()
153 FPDF_ACTION pDict) { in FPDFAction_GetDest()
164 FPDFAction_GetFilePath(FPDF_ACTION pDict, void* buffer, unsigned long buflen) { in FPDFAction_GetFilePath()
178 FPDF_ACTION pDict, in FPDFAction_GetURIPath()
252 DLLEXPORT FPDF_ACTION STDCALL FPDFLink_GetAction(FPDF_LINK pDict) { in FPDFLink_GetAction()
Dfpdfdoc_embeddertest.cpp52 FPDF_ACTION action = FPDFLink_GetAction(link); in TEST_F()