Home
last modified time | relevance | path

Searched refs:aaType (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/fpdfsdk/src/
Dfpdfformfill.cpp358 DLLEXPORT void STDCALL FORM_DoDocumentAAction(FPDF_FORMHANDLE hHandle, int aaType) in FORM_DoDocumentAAction() argument
371 if(aa.ActionExist((CPDF_AAction::AActionType)aaType)) in FORM_DoDocumentAAction()
373 CPDF_Action action = aa.GetAction((CPDF_AAction::AActionType)aaType); in FORM_DoDocumentAAction()
376 pActionHandler->DoAction_Document(action, (CPDF_AAction::AActionType)aaType, pSDKDoc); in FORM_DoDocumentAAction()
380 DLLEXPORT void STDCALL FORM_DoPageAAction(FPDF_PAGE page, FPDF_FORMHANDLE hHandle, int aaType) in FORM_DoPageAAction() argument
402 if (FPDFPAGE_AACTION_OPEN == aaType) in FORM_DoPageAAction()
/external/pdfium/public/
Dfpdf_formfill.h629 DLLEXPORT void STDCALL FORM_DoDocumentAAction(FPDF_FORMHANDLE hHandle, int aaType);
647 DLLEXPORT void STDCALL FORM_DoPageAAction(FPDF_PAGE page, FPDF_FORMHANDLE hHandle, int aaType);