Home
last modified time | relevance | path

Searched refs:FORM_DoDocumentAAction (Results 1 – 5 of 5) sorted by relevance

/external/pdfium/fpdfsdk/
Dfpdfview_c_api_test.c119 CHK(FORM_DoDocumentAAction); in CheckPDFiumCApi()
Dfpdfformfill.cpp692 DLLEXPORT void STDCALL FORM_DoDocumentAAction(FPDF_FORMHANDLE hHandle, in FORM_DoDocumentAAction() function
/external/pdfium/testing/
Dembedder_test.cpp114 FORM_DoDocumentAAction(form_handle_, FPDFDOC_AACTION_WC); in TearDown()
/external/pdfium/public/
Dfpdf_formfill.h1190 DLLEXPORT void STDCALL FORM_DoDocumentAAction(FPDF_FORMHANDLE hHandle,
/external/pdfium/samples/
Dpdfium_test.cc868 FORM_DoDocumentAAction(form, FPDFDOC_AACTION_WC); in RenderPdf()