Home
last modified time | relevance | path

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

/external/pdfium/public/
Dfpdf_doc.h131 FPDF_EXPORT unsigned long FPDF_CALLCONV FPDFAction_GetType(FPDF_ACTION action);
/external/pdfium/fpdfsdk/
Dfpdfdoc.cpp139 FPDF_EXPORT unsigned long FPDF_CALLCONV FPDFAction_GetType(FPDF_ACTION pDict) { in FPDFAction_GetType() function
172 unsigned long type = FPDFAction_GetType(pDict); in FPDFAction_GetFilePath()
Dfpdfview_c_api_test.c106 CHK(FPDFAction_GetType); in CheckPDFiumCApi()