Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/src/
Dfpdfview_c_api_test.c102 CHK(FORM_DoDocumentAAction); in CheckPDFiumCApi()
Dfpdfformfill.cpp695 DLLEXPORT void STDCALL FORM_DoDocumentAAction(FPDF_FORMHANDLE hHandle, in FORM_DoDocumentAAction() function
/external/pdfium/testing/
Dembedder_test.cpp80 FORM_DoDocumentAAction(form_handle_, FPDFDOC_AACTION_WC); in TearDown()
/external/pdfium/public/
Dfpdf_formfill.h1136 DLLEXPORT void STDCALL FORM_DoDocumentAAction(FPDF_FORMHANDLE hHandle,
/external/pdfium/samples/
Dpdfium_test.cc537 FORM_DoDocumentAAction(form, FPDFDOC_AACTION_WC); in RenderPdf()