Home
last modified time | relevance | path

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

/external/pdfium/public/
Dfpdf_formfill.h1199 #define FPDFPAGE_AACTION_OPEN \ macro
/external/pdfium/testing/
Dembedder_test.cpp263 FORM_DoPageAAction(page, form_handle_, FPDFPAGE_AACTION_OPEN); in LoadPage()
/external/pdfium/fpdfsdk/
Dfpdfformfill.cpp826 CPDF_AAction::AActionType type = aaType == FPDFPAGE_AACTION_OPEN in FORM_DoPageAAction()
/external/pdfium/samples/
Dpdfium_test.cc996 FORM_DoPageAAction(page, form_handle, FPDFPAGE_AACTION_OPEN); in GetPageForIndex()