Home
last modified time | relevance | path

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

/external/pdfium/public/
Dfpdf_doc.h106 DLLEXPORT FPDF_ACTION STDCALL FPDFBookmark_GetAction(FPDF_BOOKMARK bookmark);
118 DLLEXPORT unsigned long STDCALL FPDFAction_GetType(FPDF_ACTION action);
132 FPDF_ACTION action);
148 FPDFAction_GetFilePath(FPDF_ACTION action, void* buffer, unsigned long buflen);
162 FPDF_ACTION action,
241 DLLEXPORT FPDF_ACTION STDCALL FPDFLink_GetAction(FPDF_LINK link);
Dfpdfview.h24 typedef void* FPDF_ACTION; typedef
/external/pdfium/fpdfsdk/
Dfpdfdoc.cpp142 DLLEXPORT FPDF_ACTION STDCALL FPDFBookmark_GetAction(FPDF_BOOKMARK pDict) { in FPDFBookmark_GetAction()
149 DLLEXPORT unsigned long STDCALL FPDFAction_GetType(FPDF_ACTION pDict) { in FPDFAction_GetType()
170 FPDF_ACTION pDict) { in FPDFAction_GetDest()
180 DLLEXPORT unsigned long STDCALL FPDFAction_GetFilePath(FPDF_ACTION pDict, in FPDFAction_GetFilePath()
196 FPDF_ACTION pDict, in FPDFAction_GetURIPath()
303 DLLEXPORT FPDF_ACTION STDCALL FPDFLink_GetAction(FPDF_LINK pDict) { in FPDFLink_GetAction()
Dfpdfdoc_embeddertest.cpp91 FPDF_ACTION action = FPDFLink_GetAction(link); in TEST_F()