Home
last modified time | relevance | path

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

/external/pdfium/samples/
Dsimple_no_v8.c46 FORM_DoDocumentAAction(form_handle, FPDFDOC_AACTION_WC); in main()
Dsimple_with_v8.cc68 FORM_DoDocumentAAction(form_handle, FPDFDOC_AACTION_WC); in main()
Dpdfium_test.cc1318 FORM_DoDocumentAAction(form.get(), FPDFDOC_AACTION_WC); in ProcessPage()
/external/pdfium/testing/fuzzers/
Dpdfium_fuzzer_helper.cc203 FORM_DoDocumentAAction(form.get(), FPDFDOC_AACTION_WC); in RenderPdf()
/external/pdfium/fpdfsdk/
Dfpdf_formfill_embeddertest.cpp1127 FORM_DoDocumentAAction(form_handle(), FPDFDOC_AACTION_WS); in TEST_F()
1128 FORM_DoDocumentAAction(form_handle(), FPDFDOC_AACTION_DS); in TEST_F()
1129 FORM_DoDocumentAAction(form_handle(), FPDFDOC_AACTION_WP); in TEST_F()
1130 FORM_DoDocumentAAction(form_handle(), FPDFDOC_AACTION_DP); in TEST_F()
1151 FORM_DoDocumentAAction(form_handle(), FPDFDOC_AACTION_WS); in TEST_F()
1152 FORM_DoDocumentAAction(form_handle(), FPDFDOC_AACTION_DS); in TEST_F()
1153 FORM_DoDocumentAAction(form_handle(), FPDFDOC_AACTION_WP); in TEST_F()
1154 FORM_DoDocumentAAction(form_handle(), FPDFDOC_AACTION_DP); in TEST_F()
Dfpdf_view_c_api_test.c280 CHK(FORM_DoDocumentAAction); in CheckPDFiumCApi()
Dfpdf_formfill.cpp773 FPDF_EXPORT void FPDF_CALLCONV FORM_DoDocumentAAction(FPDF_FORMHANDLE hHandle, in FORM_DoDocumentAAction() function
/external/pdfium/public/
Dfpdf_formfill.h1260 FPDF_EXPORT void FPDF_CALLCONV FORM_DoDocumentAAction(FPDF_FORMHANDLE hHandle,
/external/pdfium/testing/
Dembedder_test.cpp421 FORM_DoDocumentAAction(form_handle(), FPDFDOC_AACTION_WC); in CloseDocument()