Searched refs:FORM_DoPageAAction (Results 1 – 6 of 6) sorted by relevance
/external/pdfium/testing/fuzzers/ |
D | pdfium_fuzzer_helper.cc | 219 FORM_DoPageAAction(page.get(), form, FPDFPAGE_AACTION_OPEN); in RenderPage() 232 FORM_DoPageAAction(page.get(), form, FPDFPAGE_AACTION_CLOSE); in RenderPage()
|
/external/pdfium/testing/ |
D | embedder_test.cpp | 309 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/ |
D | fpdf_view_c_api_test.c | 240 CHK(FORM_DoPageAAction); in CheckPDFiumCApi()
|
D | fpdf_formfill.cpp | 686 FPDF_EXPORT void FPDF_CALLCONV FORM_DoPageAAction(FPDF_PAGE page, in FORM_DoPageAAction() function
|
/external/pdfium/public/ |
D | fpdf_formfill.h | 1216 FPDF_EXPORT void FPDF_CALLCONV FORM_DoPageAAction(FPDF_PAGE page,
|
/external/pdfium/samples/ |
D | pdfium_test.cc | 673 FORM_DoPageAAction(page_ptr, form_handle, FPDFPAGE_AACTION_OPEN); in GetPageForIndex() 810 FORM_DoPageAAction(page, form, FPDFPAGE_AACTION_CLOSE); in RenderPage()
|