Home
last modified time | relevance | path

Searched refs:FORM_DoPageAAction (Results 1 – 6 of 6) sorted by relevance

/external/pdfium/testing/fuzzers/
Dpdfium_fuzzer_helper.cc219 FORM_DoPageAAction(page.get(), form, FPDFPAGE_AACTION_OPEN); in RenderPage()
232 FORM_DoPageAAction(page.get(), form, FPDFPAGE_AACTION_CLOSE); in RenderPage()
/external/pdfium/testing/
Dembedder_test.cpp309 FORM_DoPageAAction(page, form_handle_, FPDFPAGE_AACTION_OPEN); in LoadPageCommon()
331 FORM_DoPageAAction(page, form_handle_, FPDFPAGE_AACTION_CLOSE); in UnloadPageCommon()
512 FORM_DoPageAAction(page, saved_form_handle_, FPDFPAGE_AACTION_OPEN); in LoadSavedPage()
526 FORM_DoPageAAction(page, saved_form_handle_, FPDFPAGE_AACTION_CLOSE); in CloseSavedPage()
/external/pdfium/fpdfsdk/
Dfpdf_view_c_api_test.c240 CHK(FORM_DoPageAAction); in CheckPDFiumCApi()
Dfpdf_formfill.cpp686 FPDF_EXPORT void FPDF_CALLCONV FORM_DoPageAAction(FPDF_PAGE page, in FORM_DoPageAAction() function
/external/pdfium/public/
Dfpdf_formfill.h1216 FPDF_EXPORT void FPDF_CALLCONV FORM_DoPageAAction(FPDF_PAGE page,
/external/pdfium/samples/
Dpdfium_test.cc673 FORM_DoPageAAction(page_ptr, form_handle, FPDFPAGE_AACTION_OPEN); in GetPageForIndex()
810 FORM_DoPageAAction(page, form, FPDFPAGE_AACTION_CLOSE); in RenderPage()