Home
last modified time | relevance | path

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

/external/pdfium/public/
Dfpdf_doc.h115 #define PDFACTION_LAUNCH 4 // Launch an application or open a file. macro
/external/pdfium/fpdfsdk/src/
Dfpdfdoc.cpp146 return PDFACTION_LAUNCH; in FPDFAction_GetType()
166 if (type != PDFACTION_REMOTEGOTO && type != PDFACTION_LAUNCH) in FPDFAction_GetFilePath()