Home
last modified time | relevance | path

Searched refs:FPDFAction_GetType (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/public/
Dfpdf_doc.h124 DLLEXPORT unsigned long STDCALL FPDFAction_GetType(FPDF_ACTION action);
/external/pdfium/fpdfsdk/src/
Dfpdfdoc.cpp132 DLLEXPORT unsigned long STDCALL FPDFAction_GetType(FPDF_ACTION pDict) { in FPDFAction_GetType() function
165 unsigned long type = FPDFAction_GetType(pDict); in FPDFAction_GetFilePath()
Dfpdfview_c_api_test.c52 CHK(FPDFAction_GetType); in CheckPDFiumCApi()