Home
last modified time | relevance | path

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

/external/pdfium/public/
Dfpdf_doc.h26 #define PDFACTION_LAUNCH 4 macro
/external/pdfium/fpdfsdk/
Dfpdf_doc.cpp167 return PDFACTION_LAUNCH; in FPDFAction_GetType()
190 if (type != PDFACTION_REMOTEGOTO && type != PDFACTION_LAUNCH) in FPDFAction_GetFilePath()
Dfpdf_doc_embeddertest.cpp252 EXPECT_EQ(static_cast<unsigned long>(PDFACTION_LAUNCH), in TEST_F()