Searched refs:FORM_DoDocumentAAction (Results 1 – 9 of 9) sorted by relevance
/external/pdfium/samples/ |
D | simple_no_v8.c | 46 FORM_DoDocumentAAction(form_handle, FPDFDOC_AACTION_WC); in main()
|
D | simple_with_v8.cc | 68 FORM_DoDocumentAAction(form_handle, FPDFDOC_AACTION_WC); in main()
|
D | pdfium_test.cc | 1318 FORM_DoDocumentAAction(form.get(), FPDFDOC_AACTION_WC); in ProcessPage()
|
/external/pdfium/testing/fuzzers/ |
D | pdfium_fuzzer_helper.cc | 203 FORM_DoDocumentAAction(form.get(), FPDFDOC_AACTION_WC); in RenderPdf()
|
/external/pdfium/fpdfsdk/ |
D | fpdf_formfill_embeddertest.cpp | 1127 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()
|
D | fpdf_view_c_api_test.c | 280 CHK(FORM_DoDocumentAAction); in CheckPDFiumCApi()
|
D | fpdf_formfill.cpp | 773 FPDF_EXPORT void FPDF_CALLCONV FORM_DoDocumentAAction(FPDF_FORMHANDLE hHandle, in FORM_DoDocumentAAction() function
|
/external/pdfium/public/ |
D | fpdf_formfill.h | 1260 FPDF_EXPORT void FPDF_CALLCONV FORM_DoDocumentAAction(FPDF_FORMHANDLE hHandle,
|
/external/pdfium/testing/ |
D | embedder_test.cpp | 421 FORM_DoDocumentAAction(form_handle(), FPDFDOC_AACTION_WC); in CloseDocument()
|