Searched defs:aaType (Results 1 - 1 of 1) sorted by relevance

/external/pdfium/fpdfsdk/src/
H A Dfpdfformfill.cpp696 int aaType) {
707 if (aa.ActionExist((CPDF_AAction::AActionType)aaType)) {
708 CPDF_Action action = aa.GetAction((CPDF_AAction::AActionType)aaType);
711 pActionHandler->DoAction_Document(action, (CPDF_AAction::AActionType)aaType,
718 int aaType) {
731 if (FPDFPAGE_AACTION_OPEN == aaType) {
695 FORM_DoDocumentAAction(FPDF_FORMHANDLE hHandle, int aaType) argument
716 FORM_DoPageAAction(FPDF_PAGE page, FPDF_FORMHANDLE hHandle, int aaType) argument

Completed in 27 milliseconds