Home
last modified time | relevance | path

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

/external/pdfium/testing/fuzzers/
Dpdfium_fuzzer_helper.cc219 FORM_DoPageAAction(page.get(), form, FPDFPAGE_AACTION_OPEN); in RenderPage()
/external/pdfium/testing/
Dembedder_test.cpp309 FORM_DoPageAAction(page, form_handle_, FPDFPAGE_AACTION_OPEN); in LoadPageCommon()
512 FORM_DoPageAAction(page, saved_form_handle_, FPDFPAGE_AACTION_OPEN); in LoadSavedPage()
/external/pdfium/public/
Dfpdf_formfill.h1197 #define FPDFPAGE_AACTION_OPEN 0 macro
/external/pdfium/fpdfsdk/
Dfpdf_formfill.cpp705 CPDF_AAction::AActionType type = aaType == FPDFPAGE_AACTION_OPEN in FORM_DoPageAAction()
/external/pdfium/samples/
Dpdfium_test.cc673 FORM_DoPageAAction(page_ptr, form_handle, FPDFPAGE_AACTION_OPEN); in GetPageForIndex()